From ed3c47e89890d8d4b06fa3a7159572c3785bbcc0 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 14 Sep 2010 01:07:52 +0000 Subject: [PATCH] Clean up AC_DEFINE. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7af6f4c..0bd3e49 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) # restore master libs -- 2.1.4