]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add ENABLE_POD2MAN_DOC automake conditional for pod2man builds
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 1 Aug 2015 01:09:59 +0000 (18:09 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 1 Aug 2015 01:09:59 +0000 (18:09 -0700)
configure.ac

index 7168f2a42efea123c95d549f93cb51eb4ee2c5d9..b627810a2969f10f1618d698636a2a1d44a6df8c 100644 (file)
@@ -132,6 +132,7 @@ if test "x$ac_cv_path_PERL" = "xnone"; then
   AC_MSG_FAILURE([Perl is required to compile Squid. Please install Perl and then re-run configure ])
 fi
 AC_PATH_PROG(POD2MAN, pod2man, $FALSE)
+AM_CONDITIONAL(ENABLE_POD2MAN_DOC, test "x${ac_cv_path_POD2MAN}" != "x$FALSE")
 
 dnl set $(AR) if not provided by the build environment
 if test "x$AR" = "x"; then