summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-04-14 20:41:28 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-04-15 09:07:48 +0200
commit9e63e22c4d584e49577d08d3ecb94233be680bbf (patch)
treefe78bed20d82b6f731e74fd178dcd5dc61d7368a /configure.ac
parentUpdate git submodules (diff)
downloadcore-9e63e22c4d584e49577d08d3ecb94233be680bbf.tar.gz
core-9e63e22c4d584e49577d08d3ecb94233be680bbf.zip
vcl PDFiumLibraryTest: clean up not needed HAVE_FEATURE_PDFIUM ifdefs
This was already conditional in Module_vcl, so no need to have a duplicated check here. Which allows finally removing the HAVE_FEATURE_PDFIUM ifdef completely. New code can just call vcl::pdf::PDFiumLibrary::get() at runtime and see if the result is nullptr or not. Change-Id: I36508181865a31618e48cf7c2680d75465130dd3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114108 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bf93113fabdd..35e80904d58d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11627,7 +11627,6 @@ ENABLE_PDFIUM=
if test \( -z "$enable_pdfium" -a "$ENABLE_PDFIMPORT" = "TRUE" \) -o "$enable_pdfium" = yes; then
AC_MSG_RESULT([yes])
ENABLE_PDFIUM=TRUE
- AC_DEFINE(HAVE_FEATURE_PDFIUM)
BUILD_TYPE="$BUILD_TYPE PDFIUM"
else
AC_MSG_RESULT([no])