2003-05-13 Michael Eager <eager@mvista.com>

* configure.in: Correct sed script so that options in quotes are not
	deleted.
	* configure: Rebuild.
This commit is contained in:
Andreas Jaeger
2003-05-13 06:34:57 +00:00
parent b823fca9ba
commit 878e4ecbe8
3 changed files with 8 additions and 2 deletions

2
configure vendored
View File

@@ -2418,7 +2418,7 @@ baseargs=`echo " ${ac_configure_args} " | \
-e 's/ -host[= ][^ ]* / /' \
-e 's/ -build[= ][^ ]* / /' \
-e 's/ -target[= ][^ ]* / /' \
-e 's/ [^ -][^ ]* / /' \
-e "s/ [[^' -][^ ]*] / /" \
-e 's/^ *//;s/ *$//'`
# For the build-side libraries, we just need to pretend we're native,