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
This commit is contained in:
reimar 2009-11-08 19:32:57 +00:00
parent 4c3dc1b10b
commit 3cc24f5bee
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -2605,7 +2605,6 @@ if test -z "$YASMFLAGS" ; then
test "$pic" = "yes" && YASMFLAGS="$YASMFLAGS -DPIC" test "$pic" = "yes" && YASMFLAGS="$YASMFLAGS -DPIC"
case "$objformat" in case "$objformat" in
elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;; elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;;
macho64) YASMFLAGS="$YASMFLAGS -DPIC -DPREFIX" ;;
*) YASMFLAGS="$YASMFLAGS -DPREFIX" ;; *) YASMFLAGS="$YASMFLAGS -DPREFIX" ;;
esac esac
else else