summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-04-15 05:59:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-04-15 09:49:09 -0400
commitbc8fb63c9930cda81b733c68807078447c31cd9d (patch)
treef0bce218858f54b05b8c544e7a382eaad1442513
parent0e072cd88c752280872e2169536a8d22c35135d2 (diff)
downloadgdk-pixbuf-bc8fb63c9930cda81b733c68807078447c31cd9d.tar.gz
build: We also support libpng16
See http://lists.linuxtogo.org/pipermail/openembedded-core/2013-April/038321.html
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9cd46208b..ed4aa28f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -586,7 +586,7 @@ fi
dnl Test for libpng
if test x$with_libpng != xno && test -z "$LIBPNG"; then
- for l in libpng15 libpng14 libpng12 libpng13 libpng10 libpng ; do
+ for l in libpng16 libpng15 libpng14 libpng12 libpng13 libpng10 libpng; do
AC_MSG_CHECKING(for $l)
if $PKG_CONFIG --exists $l ; then
AC_MSG_RESULT(yes)