X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=777c6ab9806018b78e50d530adac560b2b282d01;hb=c71b48434c0ccba4ce90efe59b78121ebf4812c4;hp=68688b794d2ebdd2bbd41c97f2dd48f087b2c7da;hpb=6a6c517d1f93984f726937b8e0f15e78196c6ff9;p=shibboleth%2Fcpp-xmltooling.git diff --git a/configure.ac b/configure.ac index 68688b7..777c6ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoreconf AC_PREREQ([2.50]) -AC_INIT([xmltooling],[1.5],[https://issues.shibboleth.net/],[xmltooling]) +AC_INIT([xmltooling],[1.5.2],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -69,7 +69,7 @@ AC_TYPE_SIZE_T AC_CHECK_SIZEOF([long]) # Checks for library functions. -AC_CHECK_FUNCS([strchr strdup strstr timegm strcasecmp]) +AC_CHECK_FUNCS([strchr strdup strstr timegm gmtime_r strcasecmp]) AC_CHECK_HEADERS([dlfcn.h]) AC_CHECK_FUNC(dlclose, , [ AC_CHECK_LIB(dl, dlopen) ]) @@ -99,6 +99,7 @@ BOOST_BIND BOOST_CONVERSION BOOST_LAMBDA BOOST_PTR_CONTAINER +BOOST_SMART_PTR BOOST_STRING_ALGO BOOST_TOKENIZER CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"