summaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7618f1d37..36a567d7a 100755
--- a/configure
+++ b/configure
@@ -33250,7 +33250,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