diff 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
line wrap: on
line diff
--- a/configure	Fri Feb 20 22:51:02 2004 +0000
+++ b/configure	Sat Feb 21 07:54:01 2004 +0000
@@ -2904,9 +2904,9 @@
             fi
 fi
 
-CFLAGS="$cflags_warning $CFLAGS"
 test -z "xe_cflags_warning" && xe_cflags_warning=cflags_warning
 XE_CFLAGS="$xe_cflags_warning $CFLAGS"
+CFLAGS="$cflags_warning $CFLAGS"
 
 if test "$GCC" = "yes"; then
 echo $ac_n "checking for buggy gcc versions""... $ac_c" 1>&6