]> granicus.if.org Git - pdns/commitdiff
don't install dnsbulktest and dnstcpbench manpages if boost is too old
authorKees Monshouwer <mind04@monshouwer.org>
Tue, 7 Jun 2016 09:33:35 +0000 (11:33 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 7 Jun 2016 09:33:35 +0000 (11:33 +0200)
docs/Makefile.am

index 179a241f031060a6c405257d312c0992f667bfc3..401ba5861abbc41673d8f00777c3067aebaeee13 100644 (file)
@@ -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 \