summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-05-14 20:53:33 +0000
committerSascha Schumann <sas@php.net>2002-05-14 20:53:33 +0000
commit9d17c42d773ef835b13f91dab41de1a507334475 (patch)
tree989d96d2303d7621706f7faafd9bdf932ee422a2 /configure.in
parent9b86cff931f14389117b7165fb83c854036d60ef (diff)
downloadphp-git-9d17c42d773ef835b13f91dab41de1a507334475.tar.gz
some versions of autoconf pad CONFIG_FILES with a single space.
accomodate that Thanks to Cliff Woolley
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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