From 0cbfb95b7f8f7b0bc5c1ff6475f52750b936bef1 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 3 Aug 2017 14:13:01 -0400 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 5bb75236b..c25f031a3 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3