X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=configure.ac;h=a4e291f92150f425643455ad8fc0efedc0fc1c88;hp=b66a34d45ddde417be6b32b5766129aaf806bfa9;hb=2ded9e59e46b4d3599fe525665f96976368521f3;hpb=9d5f57b50afce9bdaa2a663071153bf99780f130 diff --git a/configure.ac b/configure.ac index b66a34d..a4e291f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml],[2.5.0],[https://issues.shibboleth.net/],[opensaml]) +AC_INIT([opensaml],[2.5.5],[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"]) @@ -145,7 +144,7 @@ AC_CXX_REQUIRE_STL BOOST_REQUIRE BOOST_BIND BOOST_LAMBDA -BOOST_PTR_CONTAINER +BOOST_POINTER_CONTAINER BOOST_SMART_PTR BOOST_STRING_ALGO CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"