Upped SAML version requirement.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 15 Jan 2005 23:28:58 +0000 (23:28 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 15 Jan 2005 23:28:58 +0000 (23:28 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1300 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac

index f51f107..5def5fe 100644 (file)
@@ -228,10 +228,10 @@ LIBS="-lsaml $LIBS"
 AC_TRY_LINK(
        [#include <saml/saml.h>
 #include <saml/version.h>],
-       [#if _OPENSAML_VERSION >= 10000
+       [#if _OPENSAML_VERSION >= 10100
 saml::SAMLConfig::getConfig();
 #else
-#error Need OpenSAML version 1.0 or higher
+#error Need OpenSAML version 1.1 or higher
 #endif],
         [AC_DEFINE(HAVE_SAML,1,[Define if saml library was found])],
         [AC_MSG_ERROR([unable to link with saml, or version too old])])