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

pull/9/head
Joshua Colp 8 years ago committed by Gerrit Code Review
commit 1182abb0ff

@ -55,7 +55,7 @@
#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

Loading…
Cancel
Save