[Scummvm-cvs-logs] CVS: scummvm configure,1.100,1.101

Travis Howell kirben at users.sourceforge.net
Sun Aug 1 22:02:00 CEST 2004


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

Modified Files:
	configure 
Log Message:

Allow SAGA engine to be disabled.


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- configure	31 Jul 2004 12:46:30 -0000	1.100
+++ configure	2 Aug 2004 05:01:28 -0000	1.101
@@ -266,8 +266,8 @@
   --disable-sword1         don't build the Broken Sword I engine
   --disable-sword2         don't build the Broken Sword II engine
   --disable-queen          don't build the Flight of the Amazon Queen engine
+  --disable-saga           don't build the SAGA engine
   --enable-kyra            build the Legend of Kyrandia engine
-  --enable-saga            build the SAGA engine
   --enable-plugins         build engines as loadable modules instead of
                            static linking them
 
@@ -319,8 +319,8 @@
       --disable-sword1)		_build_sword1=no ;;
       --disable-sword2)		_build_sword2=no ;;
       --disable-queen)		_build_queen=no ;;
+      --disable-saga)		_build_saga=no ;;
       --enable-kyra)		_build_kyra=yes ;;
-      --enable-saga)		_build_saga=yes ;;
       --enable-alsa)		_alsa=yes	;;
       --disable-alsa)		_alsa=no	;;
       --enable-vorbis)		_vorbis=yes	;;





More information about the Scummvm-git-logs mailing list