diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-14 13:27:32 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-14 13:27:32 +0000 |
commit | 624a5fae83f6f84aef46f87c7ee56b19e2417e0f (patch) | |
tree | 933c7ab90c61180ddd3845dd6c21f9cbe8c3dff2 /gcc/configure | |
parent | 5a6568b4fe4315b25c5d44f0dafdd31de8987408 (diff) | |
download | gcc-624a5fae83f6f84aef46f87c7ee56b19e2417e0f.tar.gz |
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Fix earlier checkin.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125711 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index fba3ccbfd50..a5f9fe396d1 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 |