[PATCH] Fix breakage

Paolo Bonzini bonzini@gnu.org
Thu Jun 14 11:53:00 GMT 2007


Sorry, I committed the wrong version of the patch.

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

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

Index: configure.ac
===================================================================
--- configure.ac        (revision 125700)
+++ configure.ac        (working copy)
@@ -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 release $ac_checking_flags
  do
         case $check in
         # these set all the flags to specific states



More information about the Gcc mailing list