X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=b66a34d45ddde417be6b32b5766129aaf806bfa9;hb=cfbb38ce18f633e47430400f800024405e98b505;hp=9a198125f1bbe7419c6f47b0e96765e195fe4a3d;hpb=6dde4bb7afc0c3b862cfad5cd0c7330814c8421b;p=shibboleth%2Fcpp-opensaml.git diff --git a/configure.ac b/configure.ac index 9a19812..b66a34d 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.0],[https://issues.shibboleth.net/],[opensaml]) AC_CONFIG_SRCDIR(saml) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -146,6 +146,7 @@ BOOST_REQUIRE BOOST_BIND BOOST_LAMBDA BOOST_PTR_CONTAINER +BOOST_SMART_PTR BOOST_STRING_ALGO CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"