Skip to content

Commit

Permalink
Fixed assembler command line for older yasm releases and documented nasm
Browse files Browse the repository at this point in the history
 switches.

   Fixes Bugzilla #440.
  • Loading branch information
icculus committed Jun 16, 2007
1 parent 14de55c commit 6019424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 6019424

Please sign in to comment.