From: Scott Cantor Date: Tue, 12 Jun 2007 04:34:55 +0000 (+0000) Subject: Fix SAML header check. X-Git-Tag: 2.0-alpha1~9 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=5e2722cb6858887b74c2404bfa37946fb405ca0f;hp=a7a4535226dc16f1290d56fead5bdd5b8f34d769;p=shibboleth%2Fcpp-sp.git Fix SAML header check. --- diff --git a/configure.ac b/configure.ac index 25bdf6a..838b80e 100644 --- a/configure.ac +++ b/configure.ac @@ -180,8 +180,8 @@ XMLSEC_LIBS="-lsaml $XMLSEC_LIBS" save_LIBS="$LIBS" LIBS="$XMLSEC_LIBS $LIBS" -AC_CHECK_HEADER([saml/saml.h],, - AC_MSG_ERROR([unable to find saml header files])) +AC_CHECK_HEADER([saml/saml2/metadata/Metadata.h],, + AC_MSG_ERROR([unable to find OpenSAML header files])) AC_TRY_LINK( [#include #include ],