changeset 32333:40d17eafa1e7

100l, actually add yasmdefines to YASMFLAGS.
author reimar
date Thu, 30 Sep 2010 18:15:50 +0000
parents 7f082ae61e1c
children 541a774ce8e4
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Sep 30 10:05:25 2010 +0000
+++ b/configure	Thu Sep 30 18:15:50 2010 +0000
@@ -2706,7 +2706,7 @@
   test "$pic" = "yes"      && yasmdefines="$yasmdefines -DPIC"
   test -n "$extern_prefix" && yasmdefines="$yasmdefines -DPREFIX"
 
-  YASMFLAGS="-f $objformat"
+  YASMFLAGS="-f $objformat $yasmdefines"
   x86_64 && YASMFLAGS="$YASMFLAGS -m amd64"
   case "$objformat" in
     elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;;