summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2022-05-19 20:09:51 +0100
committerAndras Timar <andras.timar@collabora.com>2022-10-16 16:07:26 +0200
commitf2624f835a4455f4e99baef94fa8b1b3067a4e93 (patch)
treea846441b20761b542be8d98cd4367da05943b676 /configure.ac
parent7c87740992d4290b3efe971fcdcad9ed4d0c068e (diff)
build libtiff
Change-Id: Id9b6e1355147c3f68b9922db14f1b4904a05c686 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134650 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a132f054232e..91a450681616 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13596,6 +13596,12 @@ dnl ===================================================================
libo_CHECK_SYSTEM_MODULE([libpng],[LIBPNG],[libpng],["-I${WORKDIR}/UnpackedTarball/libpng"],["-L${WORKDIR}/LinkTarget/StaticLibrary -llibpng"])
dnl ===================================================================
+dnl Test whether to build libtiff or rely on the system version
+dnl ===================================================================
+
+libo_CHECK_SYSTEM_MODULE([libtiff],[LIBTIFF],[libtiff])
+
+dnl ===================================================================
dnl Test whether to build libwebp or rely on the system version
dnl ===================================================================