summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-05-15 19:21:47 +0000
committerDaniel Jacobowitz <drow@false.org>2003-05-15 19:21:47 +0000
commitae51c835d2e68a77edc39a06910dd6b4ff905adc (patch)
tree93901eb3fbc523232e7c36ce91741429e7b68788 /configure.in
parent27f679704cd520468dad8595322adadc9baa7cf6 (diff)
downloadcygnal-ae51c835d2e68a77edc39a06910dd6b4ff905adc.tar.gz
cygnal-ae51c835d2e68a77edc39a06910dd6b4ff905adc.tar.bz2
cygnal-ae51c835d2e68a77edc39a06910dd6b4ff905adc.zip
2003-05-13 Andreas Jaeger <aj@suse.de>
* config.guess: Update to 2003-05-09 version. * config.sub: Update to 2003-05-09 version. 2003-05-13 Michael Eager <eager@mvista.com> * configure.in: Correct sed script so that options in quotes are not deleted. * configure: Rebuild.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f695982d7..97ab507fb 100644
--- a/configure.in
+++ b/configure.in
@@ -1757,7 +1757,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,