From 6351b161a09c74f9302912c705681657d15c39a4 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 12 Oct 2010 21:02:47 +0000 Subject: [PATCH] Fix macro warning. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8d47cd1..4859844 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ DX_INIT_DOXYGEN(opensaml, doxygen.cfg, doc/api) DX_INCLUDE= AC_ARG_ENABLE(debug, - AC_HELP_STRING(--enable-debug, [Have GCC compile with symbols (Default = no)]), + AS_HELP_STRING([--enable-debug],[Have GCC compile with symbols (Default = no)]), enable_debug=$enableval, enable_debug=no) if test "$enable_debug" = "yes" ; then -- 2.1.4