summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-07-22 18:14:40 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-07-22 17:50:36 +0000
commit056fbbf93b45bf948911df11ba5273131844f9cc (patch)
treeb0b8f18fd5e9f44c2c626840d3b593b5c2038e59 /config_host
parent580ed47cf7dd56850b3a6868f7ab1fbbdc9b3e98 (diff)
Fix --disable-pdfimport build
Change-Id: Ida06b892aea92cfe26fd62372e21ca611d8838d3 Reviewed-on: https://gerrit.libreoffice.org/27447 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in5
1 files changed, 5 insertions, 0 deletions
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