[Scummvm-cvs-logs] CVS: scummvm configure,1.49,1.50

Max Horn fingolfin at users.sourceforge.net
Fri Dec 5 15:15:00 CET 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv27337

Modified Files:
	configure 
Log Message:
Define HAS_ALTIVEC on OS X (should do a proper test here, in case we are run on Darwin/x86, but for now I am lazy)

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- configure	16 Nov 2003 04:03:31 -0000	1.49
+++ configure	5 Dec 2003 23:14:01 -0000	1.50
@@ -365,6 +365,8 @@
 	Darwin)
 		DEFINES="$DEFINES -DUNIX -DMACOSX"
 		LIBS="$LIBS -framework QuickTime -framework AudioUnit"
+		# TODO: Add proper check for Altivec support in the compiler...
+		DEFINES="$DEFINES -DHAS_ALTIVEC"
 		CXXFLAGS="$CXXFLAGS -faltivec"
 		;;
 	MINGW32*)
@@ -614,8 +616,8 @@
 # -------- Generated by configure -----------
 
 CXX := $CXX
-CXXFLAGS := $CXXFLAGS
-LIBS := $LIBS
+CXXFLAGS += $CXXFLAGS
+LIBS += $LIBS
 RANLIB := $_ranlib
 BACKEND := $_backend
 MODULES += $MODULES





More information about the Scummvm-git-logs mailing list