1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 06:51:18 +02:00

Make configure work again.

CONFIG_FILES is broken again, tho. (I think).
Will work with Stig to try and figure this out.
This commit is contained in:
Joey Smith
2000-07-26 10:43:40 +00:00
parent c63410f6be
commit 69a075136f

View File

@@ -801,7 +801,7 @@ AC_OUTPUT([php4.spec Zend/Makefile
$PHP_OUTPUT_FILES
], [], [
if test "\$CONFIG_FILES" = ""; then
if test "$CONFIG_FILES" = ""; then
PHP_GEN_MAKEFILES
else
for file in $PHP_FAST_OUTPUT_FILES; do