summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-04-30 01:52:22 +0000
committerfoobar <sniper@php.net>2005-04-30 01:52:22 +0000
commite8f715af59025eef520bb099956071f5f848c7e6 (patch)
tree9bfc6ee2d9ff86fb510c865e8b50e47ada1272c3 /acinclude.m4
parentab3f962b8b7e4273f0f7c0e8a4e05a2ef4152fa7 (diff)
downloadphp-git-e8f715af59025eef520bb099956071f5f848c7e6.tar.gz
- No need to iterate through the options twice
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 30534917cc..c668c9d88b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2413,9 +2413,11 @@ EOF
for arg in [$]0 "[$]@"; do
echo "'[$]arg' \\" >> $1
+ CONFIGURE_COMMAND="$CONFIGURE_COMMAND '[$]arg'"
done
echo '"[$]@"' >> $1
chmod +x $1
+ PHP_SUBST_OLD(CONFIGURE_COMMAND)
])
dnl