summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-12 18:07:41 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-12 18:07:41 -0500
commit11a4c24db6013007b300e78fa04af34a8a71019c (patch)
tree8f965b90c7dc5cb436453c9975476270a6858e44
parentc76e18f3ba167e0e30f27b304b0978a394e8d362 (diff)
downloadkoffice-11a4c24d.tar.gz
koffice-11a4c24d.zip
Fix poppler pdf build stuck on
-rw-r--r--filters/chalk/pdf/configure.in.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/filters/chalk/pdf/configure.in.in b/filters/chalk/pdf/configure.in.in
index 9832a2df..96649549 100644
--- a/filters/chalk/pdf/configure.in.in
+++ b/filters/chalk/pdf/configure.in.in
@@ -1,5 +1,4 @@
# Compile the pdf import filter only if Poppler is available
-# PKG_CHECK_MODULES(POPPLER, poppler-tqt >= 0.5.1, have_poppler=yes, have_poppler=no)
-have_poppler=yes
+PKG_CHECK_MODULES(POPPLER, poppler-tqt >= 0.5.1, have_poppler=yes, have_poppler=no)
AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes)