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:43:57 -0500
commit0cbfb95b7f8f7b0bc5c1ff6475f52750b936bef1 (patch)
treed3270603d6780b23a20b7a22d8d8f997946d0ba9 /configure.ac
parent2cd7bec0616d6c1f265894071970fb1d6021af03 (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 a2eaab4ad..0c392ace2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2548,7 +2548,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;