X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=ec8ed0935bc1ab062927faf5592805c8a19f1652;hb=bf5067a9b0eea5c5595ea75952560a89d9bbdcf0;hp=7c7d1a1c0b7fd782b28e660e0fd7ee4b171bf92f;hpb=944cc75475812e91baafb1d68a3e84bcd700b18e;p=shibboleth%2Fxmltooling.git diff --git a/configure.ac b/configure.ac index 7c7d1a1..ec8ed09 100644 --- a/configure.ac +++ b/configure.ac @@ -288,6 +288,8 @@ int i = 0; [#include ], [XSECPlatformUtils::Initialise()],, [AC_MSG_ERROR([unable to link with XML-Security])]) + AC_MSG_CHECKING([xsecsize_t]) + AC_CHECK_TYPE([xsecsize_t],[AC_MSG_RESULT(yes)],[AC_MSG_RESULT(no)]) # restore master libs LIBS="$save_LIBS"