From 82bb8ce433a7bed39684faf29c55566175a2b367 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 12 Jun 2012 18:07:41 -0500 Subject: [PATCH] Fix poppler pdf build stuck on (cherry picked from commit 11a4c24db6013007b300e78fa04af34a8a71019c) --- filters/chalk/pdf/configure.in.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/filters/chalk/pdf/configure.in.in b/filters/chalk/pdf/configure.in.in index 9832a2dfb..e62ec648b 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 +KDE_PKG_CHECK_MODULES(POPPLER, poppler-tqt >= 0.5.1, have_poppler=yes, have_poppler=no) AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes)