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 | df59407408d89218e5647b5348b73394728344d2 (patch) | |
tree | 91989e6170495e426aa76de8f3ca147391e7602b /configure.ac | |
parent | e6659c00292afe653a90da2ea3f4af4e4eb09513 (diff) | |
download | cygnal-df59407408d89218e5647b5348b73394728344d2.tar.gz cygnal-df59407408d89218e5647b5348b73394728344d2.tar.bz2 cygnal-df59407408d89218e5647b5348b73394728344d2.zip |
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 61cc70077..b342b9888 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 |