Skip to content

Commit

Permalink
CONFIGURE: Don't disable the sword25 engine when libpng is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed May 13, 2011
1 parent 3ec4668 commit 7543c3b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure
Expand Up @@ -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
#
Expand Down

0 comments on commit 7543c3b

Please sign in to comment.