summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRene Engelhard <rene@rene-engelhard.de>2022-05-21 15:48:57 +0100
committerAndras Timar <andras.timar@collabora.com>2022-10-16 16:11:08 +0200
commit3a1307001d5d9c20087739943aed35206cedc766 (patch)
treec0e742a045875ad46e945a80b0bdf761c57cb432 /configure.ac
parentab000227ea216a3789f9971ecb001e6ef15c094e (diff)
fix system libtiff detection
Change-Id: I9cd29a48a0b46bae9d265b502b250709ec8a3247 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134710 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 91a450681616..155f29fae282 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13599,7 +13599,7 @@ dnl ===================================================================
dnl Test whether to build libtiff or rely on the system version
dnl ===================================================================
-libo_CHECK_SYSTEM_MODULE([libtiff],[LIBTIFF],[libtiff])
+libo_CHECK_SYSTEM_MODULE([libtiff],[LIBTIFF],[libtiff-4])
dnl ===================================================================
dnl Test whether to build libwebp or rely on the system version