Fix macro warning.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 12 Oct 2010 21:02:47 +0000 (21:02 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 12 Oct 2010 21:02:47 +0000 (21:02 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@598 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

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