This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Fix breakage
- From: Paolo Bonzini <bonzini at gnu dot org>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 14 Jun 2007 13:53:18 +0200
- Subject: [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