Fix macro warning.
authorScott Cantor <cantor.2@osu.edu>
Tue, 12 Oct 2010 21:02:47 +0000 (21:02 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 12 Oct 2010 21:02:47 +0000 (21:02 +0000)
configure.ac

index 8d47cd1..4859844 100644 (file)
@@ -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