diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-12 18:07:41 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-12 18:07:41 -0500 |
commit | 11a4c24db6013007b300e78fa04af34a8a71019c (patch) | |
tree | 8f965b90c7dc5cb436453c9975476270a6858e44 /filters | |
parent | c76e18f3ba167e0e30f27b304b0978a394e8d362 (diff) | |
download | koffice-11a4c24db6013007b300e78fa04af34a8a71019c.tar.gz koffice-11a4c24db6013007b300e78fa04af34a8a71019c.zip |
Fix poppler pdf build stuck on
Diffstat (limited to 'filters')
-rw-r--r-- | filters/chalk/pdf/configure.in.in | 3 |
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) |