X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=configure.ac;h=dac0572db694e958d0dbaed20dadcb7b1cb414a2;hp=851c477f5d1e6ad75199c54614226fe51476b9ee;hb=dbcc5e98b26eeeb7c44ad339b9a59edbf0a2e62f;hpb=d747b10057393c18c97949067ee94dc40c494f3c diff --git a/configure.ac b/configure.ac index 851c477..dac0572 100644 --- a/configure.ac +++ b/configure.ac @@ -267,6 +267,9 @@ if test x_$with_xmlsec != x_no; then AC_CHECK_DECL(EVP_sha512, [AC_DEFINE([XMLTOOLING_OPENSSL_HAVE_SHA2],[1],[Define to 1 if OpenSSL supports the SHA-2 hash family.])], ,[#include ]) + AC_CHECK_DECL(EVP_PKEY_set1_EC_KEY, + [AC_DEFINE([XMLTOOLING_OPENSSL_HAVE_EC],[1],[Define to 1 if OpenSSL has EC support.])], + ,[#include ]) # restore master libs LIBS="$save_LIBS"