diff options
| author | foobar <sniper@php.net> | 2005-08-05 08:14:54 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-08-05 08:14:54 +0000 |
| commit | d77c684c422b709cc5d8dc3f87bf240137b55f20 (patch) | |
| tree | 206c15740c179b99b59021519515c6391c1ea34b /sapi/apache2handler | |
| parent | a744a6feb5b58aa685f108249079e9085e776e36 (diff) | |
| download | php-git-d77c684c422b709cc5d8dc3f87bf240137b55f20.tar.gz | |
- Changed -a to -A to prevent enabling PHP in httpd.conf automatically.
# Most distributions use separate file in a conf.d/ directory to enable
# PHP, using -a would add unnecessary line in the main httpd.conf and
# causes a warning during startup.
Diffstat (limited to 'sapi/apache2handler')
| -rw-r--r-- | sapi/apache2handler/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index 05659e5c1e..e2575d6412 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -75,7 +75,7 @@ AC_ARG_WITH(apxs2, \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ -S SYSCONFDIR='$APXS_SYSCONFDIR' \ - -i -a -n php5" + -i -A -n php5" fi case $host_alias in |
