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

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