diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-12-31 03:28:41 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-12-31 03:28:41 +0000 |
commit | 7332684662f44cecec964dd3bc904f2f7df7eabe (patch) | |
tree | 2ac039a45a1572929acc0eddcc1c82ab9f47080e /configure | |
parent | c71ed71f592b1099efacfdd72b4c8772990dcbf0 (diff) | |
download | cygnal-7332684662f44cecec964dd3bc904f2f7df7eabe.tar.gz cygnal-7332684662f44cecec964dd3bc904f2f7df7eabe.tar.bz2 cygnal-7332684662f44cecec964dd3bc904f2f7df7eabe.zip |
* configure.in (baseargs): Don't remove first configure argument.
* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2409,7 +2409,7 @@ baseargs=`echo " ${ac_configure_args} " | \ -e 's/ --ho[a-z-]*=[^ ]* / /' \ -e 's/ --bu[a-z-]*=[^ ]* / /' \ -e 's/ --ta[a-z-]*=[^ ]* / /' \ - -e 's/ [^-][^ ]* / /' \ + -e 's/ [^ -][^ ]* / /' \ -e 's/^ *//;s/ *$//'` # For the build-side libraries, we just need to pretend we're native, |