X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=b4159f396dfb4420495fade1a21638fbb8266fd4;hb=c4acf512739b0efda858ce209dc5bedfa2b7d3c1;hp=19a92cd9610eb972fa97cbf9c31527a2e4d6c49f;hpb=3a00bf973f23db9335f99684b05a699ff4c5414c;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 19a92cd..b4159f3 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,8 @@ fi AC_CHECK_LIB(dl,dlopen) AC_CHECK_LIB(m,main) +AC_CHECK_FUNCS([localtime_r]) + ## YAZPP checks YAZPP_INIT([threads],[1.1.0]) if test -z "$YAZPPLIB"; then @@ -45,16 +47,10 @@ CPPFLAGS="$YAZPPINC $CPPFLAGS" # check for Boost C++ development libs and headers -AX_BOOST([1.32]) +AX_BOOST([1.33]) if test "$ax_cv_boost_base" = "no"; then AC_MSG_ERROR([install libboost-dev or similar]) fi -if test "$ax_cv_boost_date_time" = "no"; then - AC_MSG_ERROR([install libboost-date-time-dev or similar]) -fi -if test "$ax_cv_boost_program_options" = "no"; then - AC_MSG_ERROR([install libboost-program-options-dev or similar]) -fi if test "$ax_cv_boost_thread" = "no"; then AC_MSG_ERROR([install libboost-thread-dev or similar]) fi