X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=configure.ac;h=1c00fff9756336949b49656bffb9098010cf281d;hb=0f16cd6fda838a3022fa259d8a7540141f4b3d9e;hp=8ac60b12c51fdcc345e5ac25d43e5d17ad58f99f;hpb=15e404c8955791bc65ee2c141012a809e2465f38;p=thirdparty%2Fpdns.git diff --git a/configure.ac b/configure.ac index 8ac60b12c5..1c00fff975 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ PDNS_CHECK_LIBCRYPTO_EDDSA PDNS_CHECK_RAGEL([pdns/dnslabeltext.cc], [www.powerdns.com]) PDNS_CHECK_CLOCK_GETTIME -BOOST_REQUIRE([1.35]) +BOOST_REQUIRE([1.42]) # Boost accumulators, as used by dnsbulktest and dnstcpbench, need 1.48+ # to be compatible with C++11 AM_CONDITIONAL([HAVE_BOOST_GE_148], [test "$boost_major_version" -ge 148]) @@ -297,6 +297,8 @@ AC_SUBST([AM_CPPFLAGS], AC_SUBST([YAHTTP_CFLAGS], ['-I$(top_srcdir)/ext/yahttp']) AC_SUBST([YAHTTP_LIBS], ['$(top_builddir)/ext/yahttp/yahttp/libyahttp.la']) +AC_SUBST([IPCRYPT_CFLAGS], ['-I$(top_srcdir)/ext/ipcrypt']) +AC_SUBST([IPCRYPT_LIBS], ['$(top_builddir)/ext/ipcrypt/libipcrypt.la']) CXXFLAGS="$SANITIZER_FLAGS $CXXFLAGS" @@ -315,6 +317,7 @@ AC_CONFIG_FILES([ docs/Makefile pdns/pdns.init ext/Makefile + ext/ipcrypt/Makefile ext/yahttp/Makefile ext/yahttp/yahttp/Makefile ext/json11/Makefile