From: cantor Date: Tue, 12 Oct 2010 21:02:47 +0000 (+0000) Subject: Fix macro warning. X-Git-Tag: 2.4.1~29 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=36cbff193366b92cc8ba6ca13f53cb21305e5633;p=shibboleth%2Fopensaml2.git Fix macro warning. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@598 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- 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