aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2013-09-30 22:05:32 +0200
committerWillem Jan Palenstijn2013-09-30 22:05:32 +0200
commit8e58be7a1d39d8235ddd7beb876de1ff3988fca5 (patch)
tree64cebc37a319e17299a6a37a8b13b35742174d58 /configure
parent057b01951a92cc17e6c7a5121d2bd866841c4f75 (diff)
parent17df6b343a0fdb2168b4d3a22927cd0f584ce735 (diff)
downloadscummvm-rg350-8e58be7a1d39d8235ddd7beb876de1ff3988fca5.tar.gz
scummvm-rg350-8e58be7a1d39d8235ddd7beb876de1ff3988fca5.tar.bz2
scummvm-rg350-8e58be7a1d39d8235ddd7beb876de1ff3988fca5.zip
Merge branch 'master' into wme_rendering
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9761544652..5af8992845 100755
--- a/configure
+++ b/configure
@@ -3410,10 +3410,10 @@ int main(void) {
return 0;
}
EOF
- cc_check $PNG_CFLAGS $PNG_LIBS -lpng && _png=yes
+ cc_check $PNG_CFLAGS $PNG_LIBS -lpng -lz && _png=yes
fi
if test "$_png" = yes ; then
- LIBS="$LIBS $PNG_LIBS -lpng"
+ LIBS="$LIBS $PNG_LIBS -lpng -lz"
INCLUDES="$INCLUDES $PNG_CFLAGS"
fi
define_in_config_if_yes "$_png" 'USE_PNG'