From: Sascha Schumann Date: Tue, 14 May 2002 20:53:33 +0000 (+0000) Subject: some versions of autoconf pad CONFIG_FILES with a single space. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d17c42d773ef835b13f91dab41de1a507334475;p=php some versions of autoconf pad CONFIG_FILES with a single space. accomodate that Thanks to Cliff Woolley --- diff --git a/configure.in b/configure.in index 66ebc49de7..9f5976d8f9 100644 --- a/configure.in +++ b/configure.in @@ -1141,7 +1141,7 @@ $PHP_OUTPUT_FILES" AC_OUTPUT($ALL_OUTPUT_FILES, [], [ -if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test -z "\$CONFIG_FILES"; then +if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test "\$CONFIG_FILES" = " $ALL_OUTPUT_FILES" || test -z "\$CONFIG_FILES"; then REDO_ALL=yes fi