From 278c83218c422496a59362d2845a2ea82036a1cb Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 16 Jun 2007 05:52:34 +0000 Subject: [PATCH] Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402367 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ecfb056ce..006340e13 100644 --- a/configure.in +++ b/configure.in @@ -685,7 +685,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