fix required poppler-glib version in AC_MSG_WARN()

This commit is contained in:
Benjamin Gilbert 2016-04-14 17:38:54 -04:00
parent 1627440a37
commit 2025b36958
1 changed files with 1 additions and 1 deletions

View File

@ -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
]
)