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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user