diff options
author | Matthew Hoops | 2010-10-15 03:33:54 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-10-15 03:33:54 +0000 |
commit | dad3f32278436be0831ac19393d4dc77d0b634ea (patch) | |
tree | 5286879c3f7a0cb4190d05c6530a1d4524066406 /configure | |
parent | 6fc10aeeac5551d9402456e4f1e4df7c9bb2ab2c (diff) | |
download | scummvm-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |