summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormerttumer <mert.tumer@collabora.com>2021-05-11 06:36:31 +0000
committerAndras Timar <andras.timar@collabora.com>2021-05-12 10:51:53 +0200
commit78c54afdbe9664e3e84e8b213961500419c1c0b5 (patch)
tree232207b590c0652918a7ed8ca5f3f676cb114977 /configure.ac
parentbda6085ad3f7691cf38bef560d039e11899998c2 (diff)
Enable PdfIum for android build
Change-Id: I58d09db362f0de991eab3920683530e1ec43e2bc Signed-off-by: merttumer <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115373 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.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 39c50e3260b8..a31a0b22f65a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10984,7 +10984,7 @@ AC_SUBST([ENABLE_DCONF])
# pdf import?
AC_MSG_CHECKING([whether to build the PDF import feature])
ENABLE_PDFIMPORT=
-if test $_os != Android -a \( -z "$enable_pdfimport" -o "$enable_pdfimport" = yes \); then
+if test \( -z "$enable_pdfimport" -o "$enable_pdfimport" = yes \); then
AC_MSG_RESULT([yes])
ENABLE_PDFIMPORT=TRUE
AC_DEFINE(HAVE_FEATURE_PDFIMPORT)