summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-14 12:44:43 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-14 12:44:43 +0000
commite10a4579e19e06c17da6cd7a57fdfc08da44afaf (patch)
treee2dc8d38f08f1fef08ee4c41e725528519e0e723 /gcc/configure.ac
parent496077638b5b709062e7e93b74a87ea699f3f20c (diff)
downloadgcc-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.ac')
-rw-r--r--gcc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index a6cde5bc47a..eae7be092fd 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -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 $ac_checking_flags
do
case $check in
# these set all the flags to specific states