diff options
author | Sascha Schumann <sas@php.net> | 2000-06-13 18:02:28 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-13 18:02:28 +0000 |
commit | 111d36a3c8e9b789a927821b81d95e2d22cd7bc5 (patch) | |
tree | 6ecde6ebeec92112c5d2db9ea0bdb7693f9a25a4 /sapi/apache/config.m4 | |
parent | df74f1dfabafb515bdf8ffee5f989761c0d6604d (diff) | |
download | php-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.m4 | 1 |
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 |