By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 783
Collapse All | Expand All

(-)koffice/filters/chalk/pdf/configure.in.in.ORI (-2 / +2 lines)
Lines 1-5 Link Here
1
# Compile the pdf import filter only if Poppler is available
1
# Compile the pdf import filter only if Poppler is available
2
# PKG_CHECK_MODULES(POPPLER, poppler-qt >= 0.5.1, have_poppler=yes, have_poppler=no)
2
PKG_CHECK_MODULES(POPPLER, poppler-qt >= 0.5.1, have_poppler=yes, have_poppler=no)
3
have_poppler=yes
3
#have_poppler=yes
4
4
5
AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes) 
5
AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes) 

Return to bug 783