From: Jeff Trawick Date: Thu, 11 May 2000 03:20:15 +0000 (+0000) Subject: use helpers/PrintPath instead of which to find the location of X-Git-Tag: APACHE_2_0_ALPHA_4~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c8f922f5303ffbe16763bbedc3fa4e857489f1a;p=thirdparty%2Fapache%2Fhttpd.git use helpers/PrintPath instead of which to find the location of the perl interpreter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85183 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 28b99512acf..b3e1e22525b 100644 --- a/configure.in +++ b/configure.in @@ -219,7 +219,7 @@ bindir=$bindir progname=$progname ]) -perlbin=`which perl` +perlbin=`./helpers/PrintPath perl` AC_SUBST(perlbin) AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs)