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