You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/chalk/pdf/configure.in.in

5 lines
205 B

# 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)
AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes)