Browse Source

Due to creating the Makefiles later, generating libphp4.module failed,

because sapi/apache had not been created. This applies to VPATH builds
only.
PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
111d36a3c8
  1. 1
      sapi/apache/config.m4

1
sapi/apache/config.m4

@ -217,6 +217,7 @@ AC_ARG_WITH(mod_charset,
if test -n "$APACHE_MODULE"; then
PHP_APACHE_CHECK_RDYNAMIC
$php_shtool mkdir -p sapi/apache
PHP_OUTPUT(sapi/apache/libphp4.module)
PHP_BUILD_STATIC
fi

Loading…
Cancel
Save