aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@codesourcery.com>2007-02-09 22:33:51 +0000
committerDaniel Jacobowitz <drow@gcc.gnu.org>2007-02-09 22:33:51 +0000
commit44bfc3acc21acc7e7580136b8364be28e50ecc50 (patch)
tree8ea12ca06efa830f5bdf12b4cf449184e0cc9dcc /configure.ac
parent8811602900dc173f02161c177975be6cc4c60577 (diff)
downloadgcc-44bfc3acc21acc7e7580136b8364be28e50ecc50.zip
gcc-44bfc3acc21acc7e7580136b8364be28e50ecc50.tar.gz
gcc-44bfc3acc21acc7e7580136b8364be28e50ecc50.tar.bz2
re PR bootstrap/30748 (configure broken on trunk)
PR bootstrap/30748 * configure.ac: Correct syntax for Solaris ksh. * configure: Regenerated. From-SVN: r121778
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 61cc700..b342b98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2096,7 +2096,8 @@ baseargs=
keep_next=no
skip_next=no
eval "set -- $ac_configure_args"
-for ac_arg; do
+for ac_arg
+do
if test X"$skip_next" = X"yes"; then
skip_next=no
continue