From: H.J. Lu Date: Thu, 14 Jun 2007 12:44:43 +0000 (-0700) Subject: configure.ac: Fix a typo in --enable-checking=. X-Git-Tag: releases/gcc-4.3.0~4459 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77a1416d57d6518ba1cc81630625dfdc97053367;p=thirdparty%2Fgcc.git configure.ac: Fix a typo in --enable-checking=. 2007-06-14 H.J. Lu * configure.ac: Fix a typo in --enable-checking=. * configure: Regenerated. From-SVN: r125705 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 723786c3152c..2ac9acc6cd92 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-06-14 H.J. Lu + + * configure.ac: Fix a typo in --enable-checking=. + * configure: Regenerated. + 2007-06-14 Paolo Bonzini * acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove. @@ -6,9 +11,9 @@ ACX_PROG_CC_WARNINGS_ARE_ERRORS, ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_CHECK_PROG_VER. * configure: Regenerate. - * Makefile.in (LOOSE_WARN): Subst loose_warn. + * Makefile.in (LOOSE_WARN): Subst loose_warn. - * Makefile.in (quickstrap): Build libgcc too. + * Makefile.in (quickstrap): Build libgcc too. 2007-06-14 Paolo Bonzini diff --git a/gcc/configure b/gcc/configure index 5900d2083d1d..fba3ccbfd500 100755 --- a/gcc/configure +++ b/gcc/configure @@ -6421,7 +6421,7 @@ else fi fi; IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS," -for check in release,$ac_checking_flags +for check in $ac_checking_flags do case $check in # these set all the flags to specific states diff --git a/gcc/configure.ac b/gcc/configure.ac index a6cde5bc47a8..eae7be092fdf 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -358,7 +358,7 @@ else ac_checking_flags=release fi]) IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS," -for check in release,$ac_checking_flags +for check in $ac_checking_flags do case $check in # these set all the flags to specific states