Also detect gmime 2.6

Also detect gmime version 2.6 (Michael Biebl)

Signed-off-by: Tzafrir Cohen (License #5035) <tzafrir.cohen@xorcom.com>
........

Merged revisions 360087 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 360098 from http://svn.asterisk.org/svn/asterisk/branches/10


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360137 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tzafrir Cohen
2012-03-21 14:47:56 +00:00
parent c88d1c8337
commit ab6f40bd12
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -27093,7 +27093,7 @@ $as_echo "#define HAVE_GMIME 1" >>confdefs.h
if test "x${PBX_GMIME}" = "x0" -a "${PKGCONFIG}" != "No"; then
# Later versions of GMime use pkg-config
for ver in 2.0 2.2 2.4; do
for ver in 2.0 2.2 2.4 2.6; do
if ! ${PKGCONFIG} --exists gmime-$ver; then
continue
fi