]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
use helpers/PrintPath instead of which to find the location of
authorJeff Trawick <trawick@apache.org>
Thu, 11 May 2000 03:20:15 +0000 (03:20 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 11 May 2000 03:20:15 +0000 (03:20 +0000)
the perl interpreter

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85183 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 28b99512acf70eabc5a5332540323228193b1450..b3e1e22525b6b1a3282aa26179d52154e40e49a1 100644 (file)
@@ -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)