Skip to content

Commit

Permalink
re PR bootstrap/18033 (--disable-aix64 doesn't remove ppc64 from mult…
Browse files Browse the repository at this point in the history
…ilib list)

        PR bootstrap/18033
        * config-ml.in: Eval option if surrounded by single quotes.

From-SVN: r93244
  • Loading branch information
David Edelsohn authored and David Edelsohn committed Jan 13, 2005
1 parent e1e0426 commit 145e297
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-01-12 David Edelsohn <[email protected]>

PR bootstrap/18033
* config-ml.in: Eval option if surrounded by single quotes.

2005-01-03 Paolo Bonzini <[email protected]>

Revert 2004-12-28 Makefile changes, a better fix will be
Expand Down
5 changes: 5 additions & 0 deletions config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ ml_realsrcdir=${srcdir}
ml_verbose=--verbose
for option in ${ac_configure_args}
do
# strip single quotes surrounding individual options
case $option in
\'*\') eval option=$option ;;
esac

case $option in
--*) ;;
-*) option=-$option ;;
Expand Down

0 comments on commit 145e297

Please sign in to comment.