configure.in (--enable-checking): Use a more portable `for' loop syntax.

* configure.in (--enable-checking): Use a more portable `for'
        loop syntax.

From-SVN: r31110
This commit is contained in:
Kaveh R. Ghazi 1999-12-28 17:31:23 +00:00 committed by Kaveh Ghazi
parent 2d092ffaf5
commit c62e45adc7
3 changed files with 211 additions and 204 deletions

View File

@ -1,3 +1,8 @@
1999-12-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in (--enable-checking): Use a more portable `for'
loop syntax.
1999-12-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,

407
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -189,7 +189,8 @@ no) ;;
*) ac_save_IFS="$IFS" IFS="$IFS,"
set fnord $enableval; shift
IFS="$ac_save_IFS"
for check; do
for check
do
case $check in
misc) AC_DEFINE(ENABLE_CHECKING) ;;
tree) AC_DEFINE(ENABLE_TREE_CHECKING) ;;