[Scummvm-cvs-logs] scummvm master -> 7543c3ba5fcc914a4031fc8328aacd3d28c7055d

bluegr md5 at scummvm.org
Fri May 13 17:55:19 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7543c3ba5f CONFIGURE: Don't disable the sword25 engine when libpng is not found


Commit: 7543c3ba5fcc914a4031fc8328aacd3d28c7055d
    https://github.com/scummvm/scummvm/commit/7543c3ba5fcc914a4031fc8328aacd3d28c7055d
Author: md5 (md5 at scummvm.org)
Date: 2011-05-13T08:52:51-07:00

Commit Message:
CONFIGURE: Don't disable the sword25 engine when libpng is not found

Changed paths:
    configure



diff --git a/configure b/configure
index 9fb72f0..91461f3 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
 #






More information about the Scummvm-git-logs mailing list