]> granicus.if.org Git - php/commitdiff
Make configure work again.
authorJoey Smith <joey@php.net>
Wed, 26 Jul 2000 10:43:40 +0000 (10:43 +0000)
committerJoey Smith <joey@php.net>
Wed, 26 Jul 2000 10:43:40 +0000 (10:43 +0000)
CONFIG_FILES is broken again, tho. (I think).
Will work with Stig to try and figure this out.

configure.in

index caa32837154f6b07665fcc7b83f9c7a7bea8f90a..7bcc7e92ce75a12a0e31bb32f5b816952d97ac62 100644 (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