summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2017-08-03 14:13:01 -0400
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2017-08-04 09:44:27 -0500
commit38dbc708e74c4f1dee2c30b47070255a2116b2ce (patch)
treeafc2f2f3ecbc2e569f427552330c29ea0673112a /configure.ac
parentbc097c46718ba988f72c8e5509503cedb77a3977 (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f40403e31..cea7c2974 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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;