diff options
author | Andreas Jaeger <aj@suse.de> | 2003-05-13 06:34:57 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-05-13 06:34:57 +0000 |
commit | 878e4ecbe8ae63355c83bed46976c9a7533622ec (patch) | |
tree | 647e67db1e20bfd18808c1fd6c572962d8b45553 /configure.in | |
parent | b823fca9ba6e05eb8382a7f9c765d7752ecb553d (diff) | |
download | cygnal-878e4ecbe8ae63355c83bed46976c9a7533622ec.tar.gz cygnal-878e4ecbe8ae63355c83bed46976c9a7533622ec.tar.bz2 cygnal-878e4ecbe8ae63355c83bed46976c9a7533622ec.zip |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ff7b6cbc8..66bebe17c 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, |