summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index b1de420..e89beb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -358,14 +358,9 @@ if test x$with_resample == xyes; then
fi
#dnl ======================
-#dnl Check for libpng
-#dnl ======================
-PKG_CHECK_MODULES(PNG, libpng >= 1.2)
-
-#dnl ======================
#dnl Check for zlib
#dnl ======================
-#PKG_CHECK_MODULES(ZLIB, zlib >= 1.2.7)
+PKG_CHECK_MODULES(ZLIB, zlib >= 1.2.7)
dnl ======================
dnl Check for the pthread library