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