diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-14 12:44:43 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-14 12:44:43 +0000 |
commit | e10a4579e19e06c17da6cd7a57fdfc08da44afaf (patch) | |
tree | e2dc8d38f08f1fef08ee4c41e725528519e0e723 /gcc/configure | |
parent | 496077638b5b709062e7e93b74a87ea699f3f20c (diff) | |
download | gcc-e10a4579e19e06c17da6cd7a57fdfc08da44afaf.tar.gz |
2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
* configure.ac: Fix a typo in --enable-checking=.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125705 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 5900d2083d1..fba3ccbfd50 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 release,$ac_checking_flags +for check in $ac_checking_flags do case $check in # these set all the flags to specific states |