Clean up AC_DEFINE.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 14 Sep 2010 01:07:52 +0000 (01:07 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 14 Sep 2010 01:07:52 +0000 (01:07 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@789 de75baf8-a10c-0410-a50a-987c0e22f00f

configure.ac

index 7af6f4c..0bd3e49 100644 (file)
@@ -285,7 +285,7 @@ if test x_$with_xmlsec != x_no; then
     AC_MSG_RESULT(yes)
 
        AC_CHECK_DECL(EVP_sha512,
-               [AC_DEFINE(XMLTOOLING_OPENSSL_HAVE_SHA2)],
+               [AC_DEFINE([XMLTOOLING_OPENSSL_HAVE_SHA2],[],[Define to 1 if OpenSSL supports the SHA-2 hash family.])],
                ,[#include <openssl/evp.h>])
 
     # restore master libs