This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix breakage


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]