[Scummvm-cvs-logs] CVS: scummvm configure,1.109,1.110

Eugene Sandulenko sev at users.sourceforge.net
Thu Jan 6 07:51:29 CET 2005


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

Modified Files:
	configure 
Log Message:
Fix bug #1097022 "ALL: Build fails on non-i386 archs if nasm is installed".
We should switch to nasm completely, though.


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- configure	25 Dec 2004 18:34:41 -0000	1.109
+++ configure	6 Jan 2005 15:50:41 -0000	1.110
@@ -960,7 +960,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