diff configure @ 30965:74678dd2f7ec

Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.
author diego
date Sun, 04 Apr 2010 17:18:47 +0000
parents e9eedc6fa642
children eaf5996f5a9a
line wrap: on
line diff
--- a/configure	Sun Apr 04 16:56:30 2010 +0000
+++ b/configure	Sun Apr 04 17:18:47 2010 +0000
@@ -8455,7 +8455,7 @@
 WINDRES = $_windres
 
 CFLAGS   = $CFLAGS $extra_cflags
-ASFLAGS  = $CFLAGS $extra_cflags
+ASFLAGS  = \$(CFLAGS)
 CXXFLAGS = $CXXFLAGS $extra_cflags $extra_cxxflags
 
 CFLAGS_DHAHELPER         = $cflags_dhahelper