summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-04-15 05:59:09 -0400
committerColin Walters <walters@verbum.org>2013-04-15 06:02:36 -0400
commit829379cfa2b48e966125df2d070d2af40cb3f990 (patch)
tree53cd41c071644437223d78fb28b014736d9ba26b
parent03cb76aff52b9c0f0c276b5dcd98a62e4ef8b3f6 (diff)
downloadgdk-pixbuf-829379cfa2b48e966125df2d070d2af40cb3f990.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 8ec8b1f96..106fab150 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)