From 2abc4e65ff96e26277c06ee457f7ff98cb2ebc6d Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 21 Aug 2007 04:15:07 +0000 Subject: Bring over from the GCC tree: 2007-08-21 Richard Guenther * configure.ac: Add types checking to stage1 checking flags. * configure: Regenerate. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e111852..2486049 100644 --- a/configure.ac +++ b/configure.ac @@ -2614,9 +2614,9 @@ AC_ARG_ENABLE(stage1-checking, of the compiler], [stage1_checking=--enable-checking=${enable_stage1_checking}], [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]) AC_SUBST(stage1_checking) -- cgit v1.1