[Scummvm-cvs-logs] SF.net SVN: scummvm: [28976] scummvm/trunk/configure

sev at users.sourceforge.net sev at users.sourceforge.net
Thu Sep 20 00:55:55 CEST 2007


Revision: 28976
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28976&view=rev
Author:   sev
Date:     2007-09-19 15:55:55 -0700 (Wed, 19 Sep 2007)

Log Message:
-----------
Enable Lure engine by default.

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2007-09-19 22:29:14 UTC (rev 28975)
+++ scummvm/trunk/configure	2007-09-19 22:55:55 UTC (rev 28976)
@@ -57,7 +57,7 @@
 _build_saga=yes
 _build_gob=yes
 _build_kyra=yes
-_build_lure=no
+_build_lure=yes
 _build_cine=yes
 _build_agi=yes
 _build_touche=yes
@@ -357,7 +357,7 @@
   --enable-drascula        build the Drascula: The Vampire Strikes Back engine
   --disable-gob            don't build the Gobli*ns engine
   --disable-kyra           don't build the Legend of Kyrandia engine
-  --enable-lure            build the Lure of the Temptress engine
+  --disable-lure           don't build the Lure of the Temptress engine
   --disable-he             exclude HE70+ games in SCUMM engine
   --disable-parallaction   don't build the Parallaction engine
   --disable-queen          don't build the Flight of the Amazon Queen engine
@@ -434,7 +434,7 @@
       --disable-saga)           _build_saga=no ;;
       --disable-gob)            _build_gob=no ;;
       --disable-kyra)           _build_kyra=no ;;
-      --enable-lure)            _build_lure=yes ;;
+      --disable-lure)           _build_lure=no ;;
       --disable-cine)           _build_cine=no ;;
       --disable-agi)            _build_agi=no ;;
       --disable-touche)         _build_touche=no ;;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list