aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTravis Howell2004-08-02 05:01:28 +0000
committerTravis Howell2004-08-02 05:01:28 +0000
commit6214ae34246552105da50d9f3a468bef209c65d8 (patch)
tree03368452ed913d2bb2bc37337b7d09be376ebcb3 /configure
parent2a7f8854777318edab70ec00164424a79572f721 (diff)
downloadscummvm-rg350-6214ae34246552105da50d9f3a468bef209c65d8.tar.gz
scummvm-rg350-6214ae34246552105da50d9f3a468bef209c65d8.tar.bz2
scummvm-rg350-6214ae34246552105da50d9f3a468bef209c65d8.zip
Allow SAGA engine to be disabled.
svn-id: r14429
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 156477b686..066f1d889c 100755
--- a/configure
+++ b/configure
@@ -266,8 +266,8 @@ Optional Features:
--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 @@ for ac_option in $@; do
--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 ;;