From c76e18f3ba167e0e30f27b304b0978a394e8d362 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 12 Jun 2012 17:40:29 -0500 Subject: Fix last commit --- filters/chalk/pdf/configure.in.bot | 2 +- filters/chalk/pdf/configure.in.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filters/chalk/pdf/configure.in.bot b/filters/chalk/pdf/configure.in.bot index 89bd198e..7e00fc9c 100644 --- a/filters/chalk/pdf/configure.in.bot +++ b/filters/chalk/pdf/configure.in.bot @@ -2,6 +2,6 @@ if test -z "$POPPLER_LIBS"; then echo "" echo "You're missing libpoppler 0.5.1 or later (binaries and/or headers)." echo "chalk won't be able to import pdf" - echo "note that the qt-binding of libpoppler is required" + echo "note that the tqt-binding of libpoppler is required" echo "" fi diff --git a/filters/chalk/pdf/configure.in.in b/filters/chalk/pdf/configure.in.in index b8a36c1e..9832a2df 100644 --- a/filters/chalk/pdf/configure.in.in +++ b/filters/chalk/pdf/configure.in.in @@ -1,5 +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-tqt >= 0.5.1, have_poppler=yes, have_poppler=no) have_poppler=yes AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes) -- cgit v1.2.1