configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 79f2773115c30278363a778d6cdfb586145abde6
Author: Rene Engelhard <[email protected]>
AuthorDate: Sat May 21 15:48:57 2022 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Sat May 21 18:35:34 2022 +0200
fix system libtiff detection
Change-Id: I9cd29a48a0b46bae9d265b502b250709ec8a3247
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134710
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
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