Merge "res_http_post: Not all versions of gmime have GMIME_MAJOR_VERSION." into 13

This commit is contained in:
Jenkins2
2017-12-04 07:02:25 -06:00
committed by Gerrit Code Review

View File

@@ -57,7 +57,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#ifdef GMIME_TYPE_CONTENT_TYPE
#define AST_GMIME_VER_24
#endif
#if GMIME_MAJOR_VERSION >= 3
#if defined(GMIME_MAJOR_VERSION) && (GMIME_MAJOR_VERSION >= 3)
#define AST_GMIME_VER_30
#endif