From: Joey Smith Date: Wed, 26 Jul 2000 10:43:40 +0000 (+0000) Subject: Make configure work again. X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69a075136f30609ce67e7a51b8e44a34b505af15;p=php Make configure work again. CONFIG_FILES is broken again, tho. (I think). Will work with Stig to try and figure this out. --- diff --git a/configure.in b/configure.in index caa3283715..7bcc7e92ce 100644 --- a/configure.in +++ b/configure.in @@ -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