mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user