mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
* fix default path in configure help text
This commit is contained in:
parent
f0c30a0662
commit
99687096ca
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if test "$PHP_SAPI" != "apache"; then
|
|||
AC_MSG_CHECKING(for Apache module support)
|
||||
AC_ARG_WITH(apache,
|
||||
[ --with-apache[=DIR] Build Apache module. DIR is the top-level Apache
|
||||
build directory, defaults to /usr/local/etc/httpd.],[
|
||||
build directory, defaults to /usr/local/apache.],[
|
||||
if test "$withval" = "yes"; then
|
||||
# Apache's default directory
|
||||
withval=/usr/local/apache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue