summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2020-05-20 11:20:45 +0200
committerMarti Maria <marti.maria@littlecms.com>2020-05-20 11:20:45 +0200
commit0a00fe054aed70cd4c453a2109ed14ca099ef8fb (patch)
treeecea2244f84d237329a0d8ff6d772a82e5a664c8 /configure.ac
parentcceb97a424e8509a57761736e09640e333bac815 (diff)
downloadlcms2-0a00fe054aed70cd4c453a2109ed14ca099ef8fb.tar.gz
Minor fixes
Fix an historical bug, which is harmless Remove a warning in testbed
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5ec64d9..f706e44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,8 +273,8 @@ AC_SUBST(LIB_JPEG)
# Check for ZLIB
#
have_zlib='no'
-dnl PNG requires zlib so enable zlib check if PNG is requested
-if test ! "$with_zlib" = 'no' || test ! "$with_png" = 'no'
+dnl TIFF may require zlib so enable zlib check if TIFF is requested
+if test ! "$with_zlib" = 'no' || test ! "$with_tiff" = 'no'
then
LIB_ZLIB=''
AC_MSG_CHECKING(for ZLIB support )