<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7400">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  George Joseph: Looks good to me, but someone else must approve
  Sean Bright: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_http_post: Not all versions of gmime have GMIME_MAJOR_VERSION.<br><br>This change makes the presence of the GMIME_MAJOR_VERSION<br>definition optional, as not all versions of gmime actually<br>define it.<br><br>ASTERISK-27454<br><br>Change-Id: I01d99590045971ed6787899147170a5954077238<br>---<br>M res/res_http_post.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/res/res_http_post.c b/res/res_http_post.c<br>index 3e1ed03..4b864b5 100644<br>--- a/res/res_http_post.c<br>+++ b/res/res_http_post.c<br>@@ -57,7 +57,7 @@<br> #ifdef GMIME_TYPE_CONTENT_TYPE<br> #define AST_GMIME_VER_24<br> #endif<br>-#if GMIME_MAJOR_VERSION >= 3<br>+#if defined(GMIME_MAJOR_VERSION) && (GMIME_MAJOR_VERSION >= 3)<br> #define AST_GMIME_VER_30<br> #endif<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7400">change 7400</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7400"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I01d99590045971ed6787899147170a5954077238 </div>
<div style="display:none"> Gerrit-Change-Number: 7400 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean.bright@gmail.com> </div>