Commit 04c3028a by Paolo Bonzini Committed by H.J. Lu

configure.ac: Fix earlier checkin.

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

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

From-SVN: r125711
parent 4c46daee
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. * configure: Regenerated.
2007-06-14 Paolo Bonzini <bonzini@gnu.org> 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
......
...@@ -6421,7 +6421,7 @@ else ...@@ -6421,7 +6421,7 @@ else
fi fi
fi; fi;
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS," IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
for check in $ac_checking_flags for check in release $ac_checking_flags
do do
case $check in case $check in
# these set all the flags to specific states # these set all the flags to specific states
......
...@@ -358,7 +358,7 @@ else ...@@ -358,7 +358,7 @@ else
ac_checking_flags=release ac_checking_flags=release
fi]) fi])
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS," IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
for check in $ac_checking_flags for check in release $ac_checking_flags
do do
case $check in case $check in
# these set all the flags to specific states # these set all the flags to specific states
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment