diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-09 22:35:45 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-09 22:35:45 +0000 |
commit | b0aaa663a6e300a87b3f1e703371f586240bc0ed (patch) | |
tree | 0b36345d5d7e689a7ae0308ddd4bed823110d744 /configure.ac | |
parent | b260b6c1289a49a1e8f50cd78566a3e17a960781 (diff) | |
download | gdb-b0aaa663a6e300a87b3f1e703371f586240bc0ed.zip gdb-b0aaa663a6e300a87b3f1e703371f586240bc0ed.tar.gz gdb-b0aaa663a6e300a87b3f1e703371f586240bc0ed.tar.bz2 |
PR bootstrap/30748
* configure.ac: Correct syntax for Solaris ksh.
* configure: Regenerated.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |