summaryrefslogtreecommitdiffstats
path: root/filters/chalk/pdf/configure.in.in
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-26 21:30:03 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-26 21:30:03 +0000
commitbda1ab47e26ffa7e28e738b073fb46067e709d49 (patch)
tree7c66797d314bd561508c296b5bffd8d2c97d5ed6 /filters/chalk/pdf/configure.in.in
parent698569f8428ca088f764d704034a1330517b98c0 (diff)
downloadkoffice-bda1ab47e26ffa7e28e738b073fb46067e709d49.tar.gz
koffice-bda1ab47e26ffa7e28e738b073fb46067e709d49.zip
Fix koffice poppler-tqt detection/usage
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238436 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'filters/chalk/pdf/configure.in.in')
-rw-r--r--filters/chalk/pdf/configure.in.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/filters/chalk/pdf/configure.in.in b/filters/chalk/pdf/configure.in.in
index e43432778..b8a36c1ef 100644
--- a/filters/chalk/pdf/configure.in.in
+++ b/filters/chalk/pdf/configure.in.in
@@ -1,4 +1,5 @@
# Compile the pdf import filter only if Poppler is available
-PKG_CHECK_MODULES(POPPLER, poppler-qt >= 0.5.1, have_poppler=yes, have_poppler=no)
+# PKG_CHECK_MODULES(POPPLER, poppler-qt >= 0.5.1, have_poppler=yes, have_poppler=no)
+have_poppler=yes
AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes)