From 73c3221121dcfc74fb6b8a7598d82bc96ed7bcec Mon Sep 17 00:00:00 2001 From: cantor Date: Tue, 12 Jun 2007 04:34:55 +0000 Subject: [PATCH] Fix SAML header check. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2307 cb58f699-b61c-0410-a6fe-9272a202ed29 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ], -- 2.1.4