diff -Naur php-5.2.3/sapi/apache/config.m4 php-5.2.3-magellan/sapi/apache/config.m4 --- php-5.2.3/sapi/apache/config.m4 2005-05-30 01:16:45.000000000 +0200 +++ php-5.2.3-magellan/sapi/apache/config.m4 2007-07-07 20:02:35.000000000 +0200 @@ -88,7 +88,7 @@ $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1 if test "$?" != "0"; then - APACHE_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option + APACHE_INSTALL="$APXS -i -n php5 $SAPI_SHARED" # Old apxs does not have -S option else APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` if test -z `$APXS -q SYSCONFDIR`; then @@ -101,7 +101,7 @@ \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ -S SYSCONFDIR='$APXS_SYSCONFDIR' \ - -i -a -n php5 $SAPI_SHARED" + -i -n php5 $SAPI_SHARED" fi fi diff -Naur php-5.2.3/sapi/apache2filter/config.m4 php-5.2.3-magellan/sapi/apache2filter/config.m4 --- php-5.2.3/sapi/apache2filter/config.m4 2005-09-01 16:33:47.000000000 +0200 +++ php-5.2.3-magellan/sapi/apache2filter/config.m4 2007-07-07 20:02:47.000000000 +0200 @@ -76,7 +76,7 @@ \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ -S SYSCONFDIR='$APXS_SYSCONFDIR' \ - -i -a -n php5" + -i -n php5" fi case $host_alias in diff -Naur php-5.2.3/sapi/apache2handler/config.m4 php-5.2.3-magellan/sapi/apache2handler/config.m4 --- php-5.2.3/sapi/apache2handler/config.m4 2005-09-01 16:33:47.000000000 +0200 +++ php-5.2.3-magellan/sapi/apache2handler/config.m4 2007-07-07 20:02:58.000000000 +0200 @@ -75,7 +75,7 @@ \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ -S SYSCONFDIR='$APXS_SYSCONFDIR' \ - -i -a -n php5" + -i -n php5" fi case $host_alias in diff -Naur php-5.2.3/sapi/apache_hooks/config.m4 php-5.2.3-magellan/sapi/apache_hooks/config.m4 --- php-5.2.3/sapi/apache_hooks/config.m4 2005-05-30 01:16:46.000000000 +0200 +++ php-5.2.3-magellan/sapi/apache_hooks/config.m4 2007-07-07 20:03:12.000000000 +0200 @@ -89,7 +89,7 @@ $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1 if test "$?" != "0"; then - APACHE_HOOKS_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option + APACHE_HOOKS_INSTALL="$APXS -i -n php5 $SAPI_SHARED" # Old apxs does not have -S option else APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` if test -z `$APXS -q SYSCONFDIR`; then @@ -102,7 +102,7 @@ \$(mkinstalldirs) '$APXS_SYSCONFDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ -S SYSCONFDIR='$APXS_SYSCONFDIR' \ - -i -a -n php5 $SAPI_SHARED" + -i -n php5 $SAPI_SHARED" fi fi