Clean up AC_DEFINE.
authorScott Cantor <cantor.2@osu.edu>
Tue, 14 Sep 2010 01:07:52 +0000 (01:07 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 14 Sep 2010 01:07:52 +0000 (01:07 +0000)
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