diff options
author | Marko Karppinen <markonen@php.net> | 2002-05-05 09:52:39 +0000 |
---|---|---|
committer | Marko Karppinen <markonen@php.net> | 2002-05-05 09:52:39 +0000 |
commit | b7e50782b75569bfa043ff9dd4cf45ed194cbd88 (patch) | |
tree | e246baed0cfc9a5fd2fc5e447b9aa40ebdc21f08 | |
parent | 32ff990c683f78435268602066b497dcda0432ee (diff) | |
download | php-git-b7e50782b75569bfa043ff9dd4cf45ed194cbd88.tar.gz |
Well that didn't last long! (Reverting previous.)
-rw-r--r-- | sapi/apache2filter/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index f91b499f0b..396f29186c 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -57,7 +57,7 @@ AC_ARG_WITH(apxs2, INSTALL_IT="$APXS -i -a -n php4 $SAPI_LIBTOOL" ;; *darwin*) - MH_BUNDLE_FLAGS="-bind_at_load -bundle -bundle_loader $APXS_HTTPD" + MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD" PHP_SUBST(MH_BUNDLE_FLAGS) PHP_SELECT_SAPI(apache2filter, bundle, sapi_apache2.c apache_config.c php_functions.c) SAPI_SHARED=libs/libphp4.so |