From 3cc24f5bee4366be1d0d98743a07f739739df444 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 8 Nov 2009 19:32:57 +0000 Subject: Remove macho64 special-case for yasm options, -DPIC is already added by the PIC-detection code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29856 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index cc960c7dd9..132ec7efea 100755 --- a/configure +++ b/configure @@ -2605,7 +2605,6 @@ if test -z "$YASMFLAGS" ; then 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 -- cgit v1.2.3