summaryrefslogtreecommitdiff
path: root/sapi/apache/config.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-13 18:02:28 +0000
committerSascha Schumann <sas@php.net>2000-06-13 18:02:28 +0000
commit111d36a3c8e9b789a927821b81d95e2d22cd7bc5 (patch)
tree6ecde6ebeec92112c5d2db9ea0bdb7693f9a25a4 /sapi/apache/config.m4
parentdf74f1dfabafb515bdf8ffee5f989761c0d6604d (diff)
downloadphp-git-111d36a3c8e9b789a927821b81d95e2d22cd7bc5.tar.gz
Due to creating the Makefiles later, generating libphp4.module failed,
because sapi/apache had not been created. This applies to VPATH builds only.
Diffstat (limited to 'sapi/apache/config.m4')
-rw-r--r--sapi/apache/config.m41
1 files changed, 1 insertions, 0 deletions
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