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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BuildSystem: Avoid == for comparison in ./configure.<br><br>ASTERISK-27709<br>Reported by: John Nemeth<br><br>Change-Id: I11b1ae8fd404c04066f1458f5d71f9536359d58d<br>---<br>M configure<br>M configure.ac<br>2 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/configure b/configure<br>index bbd6297..80238fb 100755<br>--- a/configure<br>+++ b/configure<br>@@ -13797,7 +13797,7 @@<br> <br> <br> <br>-if test "x$JANSSON_LIB" == "x"; then<br>+if test "${PBX_JANSSON}" != 1; then<br>   as_fn_error $? "*** JSON support not found (this typically means the libjansson development package is missing)" "$LINENO" 5<br> fi<br> <br>diff --git a/configure.ac b/configure.ac<br>index 71c70d6..d77576c 100644<br>--- a/configure.ac<br>+++ b/configure.ac<br>@@ -622,7 +622,7 @@<br> # Find required JSON support.<br> AST_EXT_LIB_CHECK([JANSSON], [jansson], [json_dumps], [jansson.h])<br> <br>-if test "x$JANSSON_LIB" == "x"; then<br>+if test "${PBX_JANSSON}" != 1; then<br>   AC_MSG_ERROR([*** JSON support not found (this typically means the libjansson development package is missing)])<br> fi<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8401">change 8401</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/8401"/><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: I11b1ae8fd404c04066f1458f5d71f9536359d58d </div>
<div style="display:none"> Gerrit-Change-Number: 8401 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.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>