From 69a075136f30609ce67e7a51b8e44a34b505af15 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Wed, 26 Jul 2000 10:43:40 +0000 Subject: [PATCH] Make configure work again. CONFIG_FILES is broken again, tho. (I think). Will work with Stig to try and figure this out. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1