diff options
author | Travis Howell | 2004-08-02 05:01:28 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-02 05:01:28 +0000 |
commit | 6214ae34246552105da50d9f3a468bef209c65d8 (patch) | |
tree | 03368452ed913d2bb2bc37337b7d09be376ebcb3 /configure | |
parent | 2a7f8854777318edab70ec00164424a79572f721 (diff) | |
download | scummvm-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ;; |