]> granicus.if.org Git - php/commitdiff
Due to creating the Makefiles later, generating libphp4.module failed,
authorSascha Schumann <sas@php.net>
Tue, 13 Jun 2000 18:02:28 +0000 (18:02 +0000)
committerSascha Schumann <sas@php.net>
Tue, 13 Jun 2000 18:02:28 +0000 (18:02 +0000)
because sapi/apache had not been created. This applies to VPATH builds
only.

sapi/apache/config.m4

index c9bb7ad304c095d6a8fddf29b4bbcffd5bf67a95..bf9b1b6144fa0cb15dd9d87f686d5cb75952d6e6 100644 (file)
@@ -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