From: Scott Cantor Date: Tue, 14 Sep 2010 01:07:52 +0000 (+0000) Subject: Clean up AC_DEFINE. X-Git-Tag: 1.4RC1~29 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=ed3c47e89890d8d4b06fa3a7159572c3785bbcc0 Clean up AC_DEFINE. --- 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