comparison configure @ 1922:569139be45f6

[xemacs-hg @ 2004-02-21 07:53:59 by stephent] reorder XE_CFLAGS computation <87r7wona1o.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 21 Feb 2004 07:54:01 +0000
parents 84785da441f9
children 02446ca6a05d
comparison
equal deleted inserted replaced
1921:dd8c3a4ab510 1922:569139be45f6
2902 elif test "$__ICC" = "yes"; then 2902 elif test "$__ICC" = "yes"; then
2903 cflags_warning="-Wall -w1" 2903 cflags_warning="-Wall -w1"
2904 fi 2904 fi
2905 fi 2905 fi
2906 2906
2907 CFLAGS="$cflags_warning $CFLAGS"
2908 test -z "xe_cflags_warning" && xe_cflags_warning=cflags_warning 2907 test -z "xe_cflags_warning" && xe_cflags_warning=cflags_warning
2909 XE_CFLAGS="$xe_cflags_warning $CFLAGS" 2908 XE_CFLAGS="$xe_cflags_warning $CFLAGS"
2909 CFLAGS="$cflags_warning $CFLAGS"
2910 2910
2911 if test "$GCC" = "yes"; then 2911 if test "$GCC" = "yes"; then
2912 echo $ac_n "checking for buggy gcc versions""... $ac_c" 1>&6 2912 echo $ac_n "checking for buggy gcc versions""... $ac_c" 1>&6
2913 echo "configure:2914: checking for buggy gcc versions" >&5 2913 echo "configure:2914: checking for buggy gcc versions" >&5
2914 GCC_VERSION=`$CC --version` 2914 GCC_VERSION=`$CC --version`