Check for specific gmime-2.6 version (fixes #473)

Apparently, some gmime-2.5 versions match gmime-2.6 (pkgconfig) but
don't have the required API.

2.6.10 (2+ years old) is reported to work; test for this.
This commit is contained in:
djcb 2014-09-23 00:41:12 +03:00
parent efb40abaa1
commit a86138a5b4
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ AC_SUBST(GLIB_LIBS)
glib_version="`$PKG_CONFIG --modversion glib-2.0`"
# gmime
PKG_CHECK_MODULES(GMIME,gmime-2.6)
PKG_CHECK_MODULES(GMIME,gmime-2.6 >= 2.6.10)
AC_SUBST(GMIME_CFLAGS)
AC_SUBST(GMIME_LIBS)
gmime_version="`$PKG_CONFIG --modversion gmime-2.6`"