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 2be8d91c0f
commit 123c93a77c
3 changed files with 19 additions and 4 deletions

2
configure vendored
View File

@@ -34582,7 +34582,7 @@ fi
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
if test "x${PBX_GMIME}" != "x1" -a "${USE_GMIME}" != "no"; then