X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=530b234949f8f04efdefc8b5925c61a098ad65c8;hb=refs%2Fheads%2Fmoonshot;hp=1f22150f76d4d14a0943676061c36ef4e80c16ec;hpb=7ade64fd3ba4140af0dfbc0f858469e30eb4cfa8;p=shibboleth%2Fopensaml2.git diff --git a/configure.ac b/configure.ac index 1f22150..530b234 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml],[2.5],[https://issues.shibboleth.net/],[opensaml]) +AC_INIT([opensaml],[2.5.3],[https://issues.shibboleth.net/],[opensaml]) AC_CONFIG_SRCDIR(saml) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -70,7 +70,6 @@ AC_HEADER_DIRENT # Checks for library functions. AC_CHECK_FUNCS([strchr strdup strstr]) -AC_CHECK_SIZEOF(time_t) # checks for pthreads ACX_PTHREAD([enable_threads="pthread"],[enable_threads="no"]) @@ -141,6 +140,15 @@ AC_LANG([C++]) AC_CXX_NAMESPACES AC_CXX_REQUIRE_STL +# Boost +BOOST_REQUIRE +BOOST_BIND +BOOST_LAMBDA +BOOST_PTR_CONTAINER +BOOST_SMART_PTR +BOOST_STRING_ALGO +CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS" + # log4shib settings (favor this version over the log4cpp code) AC_PATH_PROG(LOG4SHIB_CONFIG,log4shib-config) AC_ARG_WITH(log4shib,