summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-04-28 22:51:10 +0300
committerTor Lillqvist <tml@collabora.com>2015-04-28 23:00:54 +0300
commitb3acc2944862ff9def6c19c2687a6209a4a191bb (patch)
treeef6b5ed779023d399d866e093df7b12928676ffe /configure.ac
parent53cdabd648d1e5bb4cd1947c281d514d7f34c350 (diff)
Fix --disable-pdfimport build
Change-Id: I932f584ef3c054abe738d59e9957c3a40be1d2c9
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d2a7aba97ed8..26071dc847ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10453,6 +10453,7 @@ if test $_os != Android -a $_os != iOS -a \( -z "$enable_pdfimport" -o "$enable_
BUILD_TYPE="$BUILD_TYPE POPPLER"
AC_DEFINE([HAVE_POPPLER_VERSION_H], 1)
fi
+ AC_DEFINE([ENABLE_PDFIMPORT],1)
else
AC_MSG_RESULT([no])
fi