diff options
author | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-09 22:33:51 +0000 |
---|---|---|
committer | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-09 22:33:51 +0000 |
commit | 4ff792a41d966074dbcf17d597a58529a87af497 (patch) | |
tree | 8ea12ca06efa830f5bdf12b4cf449184e0cc9dcc /configure | |
parent | 1706268daa5b350d6ef37b9a79d28f4ff6ae1436 (diff) | |
download | gcc-4ff792a41d966074dbcf17d597a58529a87af497.tar.gz |
PR bootstrap/30748
* configure.ac: Correct syntax for Solaris ksh.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121778 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure index d127a9b448c..294b47c9aae 100755 --- a/configure +++ b/configure @@ -5015,7 +5015,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 |