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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Feb 11 05:31:03 CET 2006


Revision: 20543
Author:   kirben
Date:     2006-02-11 05:29:59 -0800 (Sat, 11 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20543&view=rev

Log Message:
-----------
Disable Lure engine by default for now

Modified Paths:
--------------
    scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2006-02-11 13:27:07 UTC (rev 20542)
+++ scummvm/trunk/configure	2006-02-11 13:29:59 UTC (rev 20543)
@@ -56,7 +56,7 @@
 _build_saga=yes
 _build_gob=yes
 _build_kyra=yes
-_build_lure=yes
+_build_lure=no
 _need_memalign=no
 _build_plugins=no
 _nasm=auto
@@ -302,7 +302,7 @@
   --disable-saga           don't build the SAGA engine
   --disable-gob            don't build the Gobli*ns engine
   --disable-kyra           don't build the Legend of Kyrandia engine
-  --disable-lure           don't build the Lure of the Temptress engine
+  --enable-lure            build the Lure of the Temptress engine
   --enable-plugins         build engines as loadable modules instead of
                            static linking them
   --disable-mt32emu        don't enable the integrated MT-32 emulator
@@ -368,7 +368,7 @@
       --disable-saga)           _build_saga=no ;;
       --disable-gob)            _build_gob=no ;;
       --disable-kyra)           _build_kyra=no ;;
-      --disable-lure)           _build_lure=no ;;
+      --enable-lure)            _build_lure=no ;;
       --disable-hq-scalers)     _build_hq_scalers=no ;;
       --disable-scalers)        _build_scalers=no ;;
       --enable-alsa)            _alsa=yes       ;;







More information about the Scummvm-git-logs mailing list