From 94919447a79cab8d822f0403dd444b1446db75af Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 16 Mar 2021 12:21:44 +0200 Subject: Do build Pdfium for iOS, too For it to compile, the inclusion of had to be replaced with . This fixes the crash in https://github.com/CollaboraOnline/online/issues/1710 . I am not entirely sure yet whether the actual PDF import functionality now then works in the iOS app, though. Change-Id: Ie25e7c58632c0fdddb569d58217f23b26d1e5937 Signed-off-by: Tor Lillqvist Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112572 Tested-by: Jenkins CollaboraOffice Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113604 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4bcf90d63ac5..0a9757aab432 100644 --- a/configure.ac +++ b/configure.ac @@ -11616,7 +11616,7 @@ AC_SUBST([ENABLE_DCONF]) # pdf import? AC_MSG_CHECKING([whether to build the PDF import feature]) ENABLE_PDFIMPORT= -if test $_os != iOS -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) -- cgit v1.2.3