[Scummvm-cvs-logs] CVS: scummvm configure,1.106.2.1,1.106.2.2

Eugene Sandulenko sev at users.sourceforge.net
Thu Jan 6 08:20:01 CET 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6443

Modified Files:
      Tag: branch-0-7-0
	configure 
Log Message:
backport fix for bug #1097022 "ALL: Build fails on non-i386 archs if nasm is installed"


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.106.2.1
retrieving revision 1.106.2.2
diff -u -d -r1.106.2.1 -r1.106.2.2
--- configure	16 Dec 2004 14:57:15 -0000	1.106.2.1
+++ configure	6 Jan 2005 16:18:50 -0000	1.106.2.2
@@ -947,7 +947,9 @@
 #
 # Check for nasm
 #
-CheckNASM
+if test "$_have_x86" = yes ; then
+    CheckNASM
+fi
 
 if test "$_nasm" = yes ; then
     _def_nasm='#define USE_NASM'





More information about the Scummvm-git-logs mailing list