diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-12 17:39:46 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-12 17:39:46 -0500 |
commit | f793bd477dafa911e603c43c64e54b58a1ba61b1 (patch) | |
tree | 01911595a6496aa0bc85d22514b9c10491e9949f | |
parent | e4763fadfb6dea863810ae97f017645a39bc7f03 (diff) | |
download | koffice-f793bd477dafa911e603c43c64e54b58a1ba61b1.tar.gz koffice-f793bd477dafa911e603c43c64e54b58a1ba61b1.zip |
Look for poppler-tqt
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a31740b7..e84a0b04 100644 --- a/configure.in +++ b/configure.in @@ -447,7 +447,7 @@ dnl FILE: ./filters/chalk/pdf/configure.in.in dnl ======================================================= # 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) AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes) dnl ======================================================= @@ -2392,7 +2392,7 @@ 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 if test -z "$LIBPNG"; then |