From: Sascha Schumann Date: Tue, 13 Jun 2000 18:02:28 +0000 (+0000) Subject: Due to creating the Makefiles later, generating libphp4.module failed, X-Git-Tag: php-4.0.1RC~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=111d36a3c8e9b789a927821b81d95e2d22cd7bc5;p=php Due to creating the Makefiles later, generating libphp4.module failed, because sapi/apache had not been created. This applies to VPATH builds only. --- diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index c9bb7ad304..bf9b1b6144 100644 --- a/sapi/apache/config.m4 +++ b/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