diff options
| author | foobar <sniper@php.net> | 2005-04-30 01:52:22 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-04-30 01:52:22 +0000 |
| commit | e8f715af59025eef520bb099956071f5f848c7e6 (patch) | |
| tree | 9bfc6ee2d9ff86fb510c865e8b50e47ada1272c3 /acinclude.m4 | |
| parent | ab3f962b8b7e4273f0f7c0e8a4e05a2ef4152fa7 (diff) | |
| download | php-git-e8f715af59025eef520bb099956071f5f848c7e6.tar.gz | |
- No need to iterate through the options twice
Diffstat (limited to 'acinclude.m4')
| -rw-r--r-- | acinclude.m4 | 2 |
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 |
