diff options
author | Ben Elliston <bje@gnu.org> | 2007-08-21 04:15:07 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2007-08-21 04:15:07 +0000 |
commit | 3c527a31f3ed13d227622f2af19a42eece0589af (patch) | |
tree | fd6be136030698bed5becf3b45b3305fb3a789ae /configure | |
parent | 891b6e885e8ff6692f8be695e830a929b97172ab (diff) | |
download | newlib-3c527a31f3ed13d227622f2af19a42eece0589af.zip newlib-3c527a31f3ed13d227622f2af19a42eece0589af.tar.gz newlib-3c527a31f3ed13d227622f2af19a42eece0589af.tar.bz2 |
Bring over from the GCC tree:
2007-08-21 Richard Guenther <rguenther@suse.de>
* configure.ac: Add types checking to stage1 checking flags.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11993,9 +11993,9 @@ if test "${enable_stage1_checking+set}" = set; then stage1_checking=--enable-checking=${enable_stage1_checking} else if test "x$enable_checking" = xno; then - stage1_checking=--enable-checking + stage1_checking=--enable-checking=yes,types else - stage1_checking=--enable-checking${enable_checking+=}$enable_checking + stage1_checking=--enable-checking=types${enable_checking+,}$enable_checking fi fi; |