diff options
author | Paweł Kołodziejski | 2004-05-09 13:12:19 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2004-05-09 13:12:19 +0000 |
commit | f74a675850be9aa7066e491bffac88c9595477d2 (patch) | |
tree | e50067aa183deb8716e82e7b80234422695ecf32 /configure | |
parent | 7804b57632e3e4eb57971f2a95fa873ef11866ea (diff) | |
download | scummvm-rg350-f74a675850be9aa7066e491bffac88c9595477d2.tar.gz scummvm-rg350-f74a675850be9aa7066e491bffac88c9595477d2.tar.bz2 scummvm-rg350-f74a675850be9aa7066e491bffac88c9595477d2.zip |
removed awe based on Endy statement
svn-id: r13809
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -40,7 +40,6 @@ _build_sword2=yes _build_queen=yes _build_kyra=no _build_saga=no -_build_awe=no _need_memalign=no _build_plugins=no # more defaults @@ -223,7 +222,6 @@ Optional Features: --disable-queen don't build the Flight of the Amazon Queen engine --enable-kyra build the Legend of Kyrandia engine --enable-saga build the SAGA engine - --enable-awe build the Another World engine --enable-plugins build engines as loadable modules instead of static linking them @@ -274,7 +272,6 @@ for ac_option in $@; do --disable-queen) _build_queen=no ;; --enable-kyra) _build_kyra=yes ;; --enable-saga) _build_saga=yes ;; - --enable-awe) _build_awe=yes ;; --enable-alsa) _alsa=yes ;; --disable-alsa) _alsa=no ;; --enable-vorbis) _vorbis=yes ;; @@ -512,11 +509,6 @@ else _mak_saga='# DISABLE_SAGA = 1' fi -if test "$_build_awe" = no ; then - _mak_awe='DISABLE_AWE = 1' -else - _mak_awe='# DISABLE_AWE = 1' -fi if test -n "$_host"; then # Cross-compiling mode - add your target here if needed @@ -900,10 +892,6 @@ fi if test "$_build_kyra" = yes ; then echo " Legend of Kyrandia" fi -if test "$_build_awe" = yes ; then - echo " Another World" -fi - echo echo_n "Backend... " |