From bf470dfe6c6bab925ff41efd220c48bb9f46ebc6 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 25 Jul 2000 11:25:05 +0000 Subject: [PATCH] Finally fixed so config.status can regenerate single files without doing the whole fastgen and warning message whoopla again. Whee! --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 75d6bf38f6..caa3283715 100644 --- a/configure.in +++ b/configure.in @@ -801,12 +801,12 @@ 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 - if test "$file" = "$CONFIG_FILES"; then - PHP_GEN_MAKEFILE($file) + if test "\$file" = "\$CONFIG_FILES"; then + PHP_GEN_MAKEFILE(\$file) fi done fi @@ -834,7 +834,7 @@ cat >Zend/zend_config.h <