]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Correctly test for the manpage 3380/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 15 Feb 2016 16:01:05 +0000 (17:01 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 15 Feb 2016 16:01:05 +0000 (17:01 +0100)
pdns/dnsdistdist/m4/pdns_check_pandoc.m4

index 794d2f80e551f844e7b0122083ab734298dc302a..d5069f840f29607c3d15c078f6201a6e0edcd4c9 100644 (file)
@@ -2,7 +2,7 @@ AC_DEFUN([PDNS_CHECK_PANDOC], [
   AC_CHECK_PROG([PANDOC], [pandoc], [pandoc], [no])
 
   AS_IF([test "x$PANDOC" = "xno"], [
-    AS_IF([test -f "$srcdir/dnsdist.1"],
+    AS_IF([test -f "$srcdir/dnsdist.1"],
       [AC_MSG_WARN([pandoc is missing, unable to build documentation and manpages.])]
     )
   ])