summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-12 17:40:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-12 17:40:29 -0500
commitc76e18f3ba167e0e30f27b304b0978a394e8d362 (patch)
tree8a3425f6bef67512b0a8d757847b83479cd9ac1a
parentf793bd477dafa911e603c43c64e54b58a1ba61b1 (diff)
downloadkoffice-c76e18f3.tar.gz
koffice-c76e18f3.zip
Fix last commit
-rw-r--r--filters/chalk/pdf/configure.in.bot2
-rw-r--r--filters/chalk/pdf/configure.in.in2
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)