]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1675441 from trunk:
authorEric Covener <covener@apache.org>
Wed, 22 Apr 2015 17:51:50 +0000 (17:51 +0000)
committerEric Covener <covener@apache.org>
Wed, 22 Apr 2015 17:51:50 +0000 (17:51 +0000)
no --with-perl since 1.3

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1675443 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.xml

index ef43bd407cb2135bb2e5b76f9f7582af9c18ea6f..966f05b341a0e410ef28724f0886bf819dd9bb0d 100644 (file)
       <dd>For some of the support scripts like <program>
       apxs</program> or <program>dbmmanage</program> (which are
       written in Perl) the Perl 5 interpreter is required (versions
-      5.003 or newer are sufficient). If you have multiple Perl 
-      interpreters (for example, a systemwide install of Perl 4, and 
-      your own install of Perl 5), you are advised to use the 
-      <code>--with-perl</code> option (see below) to make sure the 
-      correct one is used by <program>configure</program>.
-      If no Perl 5 interpreter is found by the 
+      5.003 or newer are sufficient).  If no Perl 5 interpreter is found by the 
       <program>configure</program> script, you will not be able to use 
       the affected support scripts. Of course, you will still be able to 
       build and use Apache HTTPd.</dd>