aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-05-07 14:50:59 +0000
committerTorbjörn Andersson2005-05-07 14:50:59 +0000
commitd6866a0314781b8263a505349859620554c3a49f (patch)
tree070aadf1f7b8d3d61f78f447358174b82f742e79
parentc6abbb225e1845d5e14c756d46107b4f2ca1e572 (diff)
downloadscummvm-rg350-d6866a0314781b8263a505349859620554c3a49f.tar.gz
scummvm-rg350-d6866a0314781b8263a505349859620554c3a49f.tar.bz2
scummvm-rg350-d6866a0314781b8263a505349859620554c3a49f.zip
Goblins engine is now enabled by default.
svn-id: r17945
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8cf64958da..198fc2ee75 100755
--- a/configure
+++ b/configure
@@ -31,7 +31,7 @@ _build_sword2=yes
_build_queen=yes
_build_kyra=no
_build_saga=yes
-_build_gob=no
+_build_gob=yes
_need_memalign=no
_build_plugins=no
_nasm=auto
@@ -269,8 +269,8 @@ Optional Features:
--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
+ --disable-gob don't build the Gobli*ns engine
--enable-kyra build the Legend of Kyrandia engine
- --enable-gob build the Gobli*ns engine
--enable-plugins build engines as loadable modules instead of
static linking them
--disable-mt32emu don't enable the integrated MT-32 emulator