From 08b695a3e843d1661ba4261e5101ee975bb58c38 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 1 Sep 2005 14:33:37 +0000 Subject: [PATCH] - Revert -a to -A change, bad idea: It disables EXISTING lines too! --- sapi/apache2filter/config.m4 | 2 +- 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 -- 2.40.0