fix required poppler-glib version in AC_MSG_WARN()
This commit is contained in:
parent
1627440a37
commit
2025b36958
@ -555,7 +555,7 @@ if test x"$with_poppler" != x"no"; then
|
|||||||
with_poppler=yes
|
with_poppler=yes
|
||||||
PACKAGES_USED="$PACKAGES_USED poppler-glib cairo"
|
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
|
with_poppler=no
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user