From: Pieter Lexis Date: Thu, 28 Jul 2016 14:37:06 +0000 (+0200) Subject: dnsdist: we don't use boost::foreach anymore X-Git-Tag: auth-4.0.1~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4247%2Fhead;p=thirdparty%2Fpdns.git dnsdist: we don't use boost::foreach anymore --- diff --git a/pdns/dnsdistdist/configure.ac b/pdns/dnsdistdist/configure.ac index 3df8be0be8..53d9a9aa30 100644 --- a/pdns/dnsdistdist/configure.ac +++ b/pdns/dnsdistdist/configure.ac @@ -30,7 +30,6 @@ AS_IF([test "x$PROTOBUF_LIBS" != "x" -a x"$PROTOC" != "x"], ) BOOST_REQUIRE([$boost_required_version]) -BOOST_FOREACH PDNS_ENABLE_UNIT_TESTS PDNS_CHECK_RE2