Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2007-08-21 08:15:07 +0400
committerBen Elliston <bje@gnu.org>2007-08-21 08:15:07 +0400
commit3c527a31f3ed13d227622f2af19a42eece0589af (patch)
treefd6be136030698bed5becf3b45b3305fb3a789ae /configure
parent891b6e885e8ff6692f8be695e830a929b97172ab (diff)
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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6b11fabd4..1a37bfd6b 100755
--- a/configure
+++ b/configure
@@ -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;