X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=9a566098917dfea7f6767d73487ea8ee025fd0e8;hb=b0d95fa85f8783ba69fc3d88b94bd7541211142b;hp=7a2f21bfaa3e7876d8abbbbf60c17fef8f1fab90;hpb=713515db49dacd36fb2559bc73db08dd328ddc18;p=shibboleth%2Fcpp-xmltooling.git diff --git a/configure.ac b/configure.ac index 7a2f21b..9a56609 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoreconf AC_PREREQ([2.50]) -AC_INIT([xmltooling],[1.5],[https://issues.shibboleth.net/],[xmltooling]) +AC_INIT([xmltooling],[1.5.0],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -69,7 +69,7 @@ AC_TYPE_SIZE_T AC_CHECK_SIZEOF([long]) # Checks for library functions. -AC_CHECK_FUNCS([strchr strdup strstr timegm strcasecmp]) +AC_CHECK_FUNCS([strchr strdup strstr timegm gmtime_r strcasecmp]) AC_CHECK_HEADERS([dlfcn.h]) AC_CHECK_FUNC(dlclose, , [ AC_CHECK_LIB(dl, dlopen) ]) @@ -348,6 +348,13 @@ int i = 0; [AC_MSG_RESULT([yes])AC_DEFINE([XMLTOOLING_XMLSEC_C14N11],[1],[Define to 1 if XML-Security-C includes C14N 1.1 support.])], [AC_MSG_RESULT([no])]) + AC_MSG_CHECKING([whether XML-Security-C includes MGF-pluggable RSA-OAEP support]) + AC_COMPILE_IFELSE( + [AC_LANG_PROGRAM([[#include ]], + [[encryptionMethod em = ENCRYPT_RSA_OAEP;]])], + [AC_MSG_RESULT([yes])AC_DEFINE([XMLTOOLING_XMLSEC_OAEP11],[1],[Define to 1 if XML-Security-C includes MGF-pluggable RSA-OAEP support.])], + [AC_MSG_RESULT([no])]) + AC_MSG_CHECKING([whether XML-Security-C includes debug logging support]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]],