summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRene Engelhard <rene@rene-engelhard.de>2022-05-21 15:48:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-05-21 18:35:34 +0200
commit79f2773115c30278363a778d6cdfb586145abde6 (patch)
tree4ecf52fa4e68a1ce122b54d742423641f343cf03 /configure.ac
parent7e06a8adc513c4fd29e3fed037a48126071abc86 (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 186c472b7d45..2e1e3c8b58d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13559,7 +13559,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