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:
parent
2d092ffaf5
commit
c62e45adc7
@ -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
407
gcc/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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) ;;
|
||||
|
Loading…
Reference in New Issue
Block a user