X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=65207eff5a2f040d83863a271f687bfbbdf75356;hb=6fd7e5f149b80e35897f151b5190769135c7fe5e;hp=3ca8491ea21ac3a47098bde89db8712ffbf33dca;hpb=6580b4551b8dab3a71980c0900976f162d4e5231;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 3ca8491..65207ef 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 @@ -49,9 +51,6 @@ AX_BOOST([1.32]) 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_thread" = "no"; then AC_MSG_ERROR([install libboost-thread-dev or similar]) fi