<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8402">View Change</a></p><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;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/02/8402/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/configure b/configure<br>index aac2623..587bd84 100755<br>--- a/configure<br>+++ b/configure<br>@@ -14069,7 +14069,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 233a52d..4a35f9d 100644<br>--- a/configure.ac<br>+++ b/configure.ac<br>@@ -658,7 +658,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/8402">change 8402</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/8402"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I11b1ae8fd404c04066f1458f5d71f9536359d58d </div>
<div style="display:none"> Gerrit-Change-Number: 8402 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>