From: Kees Monshouwer Date: Tue, 7 Jun 2016 09:33:35 +0000 (+0200) Subject: don't install dnsbulktest and dnstcpbench manpages if boost is too old X-Git-Tag: rec-4.0.0-rc1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3948%2Fhead;p=thirdparty%2Fpdns.git don't install dnsbulktest and dnstcpbench manpages if boost is too old --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 179a241f03..401ba5861a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -6,12 +6,10 @@ MANPAGES_TARGET_AUTH = pdns_server.1 \ zone2sql.1 MANPAGES_TARGET_TOOLS = calidns.1 \ - dnsbulktest.1 \ dnsgram.1 \ dnsreplay.1 \ dnsscan.1 \ dnsscope.1 \ - dnstcpbench.1 \ dnswasher.1 \ dumresp.1 \ ixplore.1 \ @@ -21,6 +19,11 @@ MANPAGES_TARGET_TOOLS = calidns.1 \ saxfr.1 \ sdig.1 +if HAVE_BOOST_GE_148 +MANPAGES_TARGET_TOOLS += dnsbulktest.1 \ + dnstcpbench.1 +endif + MANPAGES_TARGET_DNSDIST = dnsdist.1 MANPAGES_TARGET_RECURSOR = pdns_recursor.1 \