aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMatthew Hoops2010-10-15 03:33:54 +0000
committerMatthew Hoops2010-10-15 03:33:54 +0000
commitdad3f32278436be0831ac19393d4dc77d0b634ea (patch)
tree5286879c3f7a0cb4190d05c6530a1d4524066406 /configure
parent6fc10aeeac5551d9402456e4f1e4df7c9bb2ab2c (diff)
downloadscummvm-rg350-dad3f32278436be0831ac19393d4dc77d0b634ea.tar.gz
scummvm-rg350-dad3f32278436be0831ac19393d4dc77d0b634ea.tar.bz2
scummvm-rg350-dad3f32278436be0831ac19393d4dc77d0b634ea.zip
MACOSX: Fix make bundle when compiling with libpng
svn-id: r53463
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f7823afa97..d38714e088 100755
--- a/configure
+++ b/configure
@@ -2388,7 +2388,7 @@ if test "$_png" = yes ; then
LIBS="$LIBS $PNG_LIBS -lpng"
INCLUDES="$INCLUDES $PNG_CFLAGS"
fi
-define_in_config_h_if_yes "$_png" 'USE_PNG'
+define_in_config_if_yes "$_png" 'USE_PNG'
echo "$_png"
if test `get_engine_build sword25` = yes && test ! "$_png" = yes ; then