diff options
author | md5 | 2011-05-13 18:52:51 +0300 |
---|---|---|
committer | md5 | 2011-05-13 18:52:51 +0300 |
commit | 7543c3ba5fcc914a4031fc8328aacd3d28c7055d (patch) | |
tree | e2a03f2b096da009452d9e01165bb70eb99d71f8 | |
parent | 3ec466853aabad51423c2bf15a83ba7a89c5b73a (diff) | |
download | scummvm-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
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 # |