]> granicus.if.org Git - php/commitdiff
- Changed -a to -A to prevent enabling PHP in httpd.conf automatically.
authorfoobar <sniper@php.net>
Fri, 5 Aug 2005 08:14:54 +0000 (08:14 +0000)
committerfoobar <sniper@php.net>
Fri, 5 Aug 2005 08:14:54 +0000 (08:14 +0000)
# 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.

sapi/apache2filter/config.m4
sapi/apache2handler/config.m4

index 47b397cf6d7b2bfa150f27755c4f59125dde3dc9..6dc4a5717602783eb3127093e8f458e930651348 100644 (file)
@@ -76,7 +76,7 @@ AC_ARG_WITH(apxs2filter,
                 \$(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
index 05659e5c1e4dea77b4709f2d6dad9b246b8e9739..e2575d641296bd371fa1eaa62ec36cd33af76b96 100644 (file)
@@ -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