From 056fbbf93b45bf948911df11ba5273131844f9cc Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 22 Jul 2016 18:14:40 +0200 Subject: Fix --disable-pdfimport build Change-Id: Ida06b892aea92cfe26fd62372e21ca611d8838d3 Reviewed-on: https://gerrit.libreoffice.org/27447 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- config_host/config_features.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config_host/config_features.h.in') diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 108bfcac85fc..bae2ecd4dfa3 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -174,4 +174,9 @@ */ #define HAVE_FEATURE_UI 1 +/* + * Whether PDF import is available + */ +#define HAVE_FEATURE_PDFIMPORT 0 + #endif -- cgit