configure.ac: Fix earlier checkin.

2007-06-14  Paolo Bonzini  <bonzini@gnu.org>

	* configure.ac: Fix earlier checkin.
	* configure: Regenerated.

From-SVN: r125711
This commit is contained in:
Paolo Bonzini 2007-06-14 13:27:32 +00:00 committed by H.J. Lu
parent 4c46daeea9
commit 04c3028a09
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Fix a typo in --enable-checking=.
* configure.ac: Fix earlier checkin.
* configure: Regenerated.
2007-06-14 Paolo Bonzini <bonzini@gnu.org>

2
gcc/configure vendored
View File

@ -6421,7 +6421,7 @@ else
fi
fi;
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
for check in $ac_checking_flags
for check in release $ac_checking_flags
do
case $check in
# these set all the flags to specific states

View File

@ -358,7 +358,7 @@ else
ac_checking_flags=release
fi])
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
for check in $ac_checking_flags
for check in release $ac_checking_flags
do
case $check in
# these set all the flags to specific states