Support GMIME 3.0

Support building the Asterisk httpd with version 3.0 of gmime as
well as earlier versions of that library.

ASTERISK-27173

Change-Id: I7e13dd05a3083ccb0df2dabf83110223f6a9fa8f
This commit is contained in:
Tzafrir Cohen
2017-08-03 14:13:01 -04:00
parent bc097c4671
commit 38dbc708e7
3 changed files with 19 additions and 4 deletions

View File

@@ -2492,7 +2492,7 @@ then
fi
fi
for ver in 2.0 2.2 2.4 2.6; do
for ver in 2.0 2.2 2.4 2.6 3.0; do
AST_PKG_CONFIG_CHECK([GMIME], gmime-$ver)
if test "$PBX_GMIME" = 1; then
break;