Fixed assembler command line for older yasm releases and documented nasm

switches.

   Fixes Bugzilla #440.

--HG--
branch : SDL-1.2
This commit is contained in:
Ryan C. Gordon
2007-06-16 05:51:51 +00:00
parent 3ebec8ea6c
commit 4a0496f202

View File

@@ -706,7 +706,7 @@ AC_HELP_STRING([--enable-nasm], [use nasm assembly blitters on x86 [[default=yes
if test "x$NASM" != x -a "x$NASM" != x'"$NASM"'; then
AC_DEFINE(SDL_HERMES_BLITTERS)
SOURCES="$SOURCES $srcdir/src/hermes/*.asm"
NASMFLAGS="$NASMFLAGS -i $srcdir/src/hermes/"
NASMFLAGS="$NASMFLAGS -I $srcdir/src/hermes/"
dnl See if hidden visibility is supported
echo "GLOBAL _bar:function hidden" > symbol-visibility