changeset 29814:3ba8ad9fef27

Remove macho64 special-case for yasm options, -DPIC is already added by the PIC-detection code.
author reimar
date Sun, 08 Nov 2009 19:32:57 +0000
parents ae5c747e9a0a
children 3e8bf15f96d6
files configure
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Nov 08 15:41:40 2009 +0000
+++ b/configure	Sun Nov 08 19:32:57 2009 +0000
@@ -2605,7 +2605,6 @@
   test "$pic" = "yes" && YASMFLAGS="$YASMFLAGS -DPIC"
   case "$objformat" in
     elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;;
-    macho64)             YASMFLAGS="$YASMFLAGS -DPIC -DPREFIX" ;;
     *)                   YASMFLAGS="$YASMFLAGS -DPREFIX"  ;;
   esac
 else