aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2005-05-07 16:29:11 +0000
committerMax Horn2005-05-07 16:29:11 +0000
commitcbbd212f81f26d491eae9627b72bf05e87455a6b (patch)
tree2668bdf29fba313510b6cbff489d41795bc8b15e /configure
parentd6866a0314781b8263a505349859620554c3a49f (diff)
downloadscummvm-rg350-cbbd212f81f26d491eae9627b72bf05e87455a6b.tar.gz
scummvm-rg350-cbbd212f81f26d491eae9627b72bf05e87455a6b.tar.bz2
scummvm-rg350-cbbd212f81f26d491eae9627b72bf05e87455a6b.zip
Since the gobline engine is enabled by default now, changed "enable-gob" to "disable-gob"
svn-id: r17946
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 198fc2ee75..0635e127c2 100755
--- a/configure
+++ b/configure
@@ -29,9 +29,9 @@ _build_sky=yes
_build_sword1=yes
_build_sword2=yes
_build_queen=yes
-_build_kyra=no
_build_saga=yes
_build_gob=yes
+_build_kyra=no
_need_memalign=no
_build_plugins=no
_nasm=auto
@@ -327,8 +327,8 @@ for ac_option in $@; do
--disable-sword2) _build_sword2=no ;;
--disable-queen) _build_queen=no ;;
--disable-saga) _build_saga=no ;;
+ --disable-gob) _build_gob=no ;;
--enable-kyra) _build_kyra=yes ;;
- --enable-gob) _build_gob=yes ;;
--enable-alsa) _alsa=yes ;;
--disable-alsa) _alsa=no ;;
--enable-vorbis) _vorbis=yes ;;