summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-08 19:32:57 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-08 19:32:57 +0000
commit3cc24f5bee4366be1d0d98743a07f739739df444 (patch)
tree8daf555adbf98a729b54689371b0ff5946bcbfd7 /configure
parent4c3dc1b10ba728b2f5f9cae43ad29c02a91157e6 (diff)
downloadmpv-3cc24f5bee4366be1d0d98743a07f739739df444.tar.bz2
mpv-3cc24f5bee4366be1d0d98743a07f739739df444.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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