diff options
author | foobar <sniper@php.net> | 2005-09-01 14:33:47 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-09-01 14:33:47 +0000 |
commit | 1978e9109f4412997c91bf6962f0a89ec8c11bf6 (patch) | |
tree | b8fa7dbfc6c93aff869dbaea2cbba3f894c649d6 | |
parent | 41901d127c32eadedf7245a56182075b243640e0 (diff) | |
download | php-git-1978e9109f4412997c91bf6962f0a89ec8c11bf6.tar.gz |
MFH
-rw-r--r-- | sapi/apache2filter/config.m4 | 2 | ||||
-rw-r--r-- | sapi/apache2handler/config.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index 6dc4a57176..47b397cf6d 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -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 diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index e2575d6412..05659e5c1e 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 |