Skip to content

Commit

Permalink
Merge pull request libvips#421 from bgilbert/poppler-version
Browse files Browse the repository at this point in the history
Fix required poppler-glib version in AC_MSG_WARN()
  • Loading branch information
jcupitt committed Apr 15, 2016
2 parents 1e44ab5 + 2025b36 commit 78c8a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -555,7 +555,7 @@ if test x"$with_poppler" != x"no"; then
with_poppler=yes
PACKAGES_USED="$PACKAGES_USED poppler-glib cairo"
],
[AC_MSG_WARN([poppler-glib >= 0.40.0 or cairo >= 1.2 not found; disabling PDF load via poppler])
[AC_MSG_WARN([poppler-glib >= 0.30.0 or cairo >= 1.2 not found; disabling PDF load via poppler])
with_poppler=no
]
)
Expand Down

0 comments on commit 78c8a8f

Please sign in to comment.