if test "$ac_cv_path_PERL" = "none"; then
AC_MSG_FAILURE([Perl is required to compile Squid. Please install Perl and then re-run configure ])
fi
+AC_PATH_PROG(POD2MAN, pod2man, none)
dnl set $(AR)
AC_PATH_PROG(AR, ar, $FALSE)
if test "$squid_cv_test_checkforhugeobjects" = "yes"; then
SQUID_CXXFLAGS="$SQUID_CXXFLAGS -fhuge-objects"
fi
-echo "************* HERE ***************"
# see if we can use cc -pipe
SQUID_TEST_COMPILER_FLAG([squid_cv_test_cc_pipe],[-pipe])
if test "$squid_cv_test_cc_pipe" ; then
## Test: do we have perl to build the helper scripts?
## Test: do we have pod2man to build the manual?
-perl --version >/dev/null && pod2man --help >/dev/null
+$(PERL) --version >/dev/null 2>&1 && $(POD2MAN) --help >/dev/null 2>&1
exit $?