poppler: enable again compilation for poppler > 0.40

I'm quite sure my last commit also fix the issue reported by
jpeg. I do not have poppler > 0.40 on my system, so please
report any issue.
This commit is contained in:
Davide Andreoli 2016-06-09 12:45:01 +02:00
parent c5f689a154
commit 62632c5616
1 changed files with 1 additions and 1 deletions

View File

@ -2862,7 +2862,7 @@ have_rsvg="no"
### Check needed dependency for each generic loader
if test "x${want_poppler}" = "xyes"; then
PKG_CHECK_MODULES([POPPLER], [poppler >= 0.12 poppler < 0.40],
PKG_CHECK_MODULES([POPPLER], [poppler >= 0.12],
[have_poppler="yes"])
PKG_CHECK_EXISTS([poppler >= 0.20],