aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormd52011-05-13 18:52:51 +0300
committermd52011-05-13 18:52:51 +0300
commit7543c3ba5fcc914a4031fc8328aacd3d28c7055d (patch)
treee2a03f2b096da009452d9e01165bb70eb99d71f8 /configure
parent3ec466853aabad51423c2bf15a83ba7a89c5b73a (diff)
downloadscummvm-rg350-7543c3ba5fcc914a4031fc8328aacd3d28c7055d.tar.gz
scummvm-rg350-7543c3ba5fcc914a4031fc8328aacd3d28c7055d.tar.bz2
scummvm-rg350-7543c3ba5fcc914a4031fc8328aacd3d28c7055d.zip
CONFIGURE: Don't disable the sword25 engine when libpng is not found
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 9fb72f0474..91461f340b 100755
--- a/configure
+++ b/configure
@@ -2582,11 +2582,6 @@ fi
define_in_config_if_yes "$_png" 'USE_PNG'
echo "$_png"
-if test `get_engine_build sword25` = yes && test ! "$_png" = yes ; then
- echo "...disabling Broken Sword 2.5 engine. PNG is required"
- engine_disable sword25
-fi
-
#
# Check for Theora Decoder
#