summaryrefslogtreecommitdiffstats
path: root/filters/chalk/pdf/configure.in.in
blob: e4343277872f0f1c1e1d2bd678dd5b97bfd28ec0 (plain)
1
2
3
4
# 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)

AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes)