<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8400">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/00/8400/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/configure b/configure<br>index 2849fe5..15db8bf 100755<br>--- a/configure<br>+++ b/configure<br>@@ -14105,7 +14105,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 1bb4bc4..5c81144 100644<br>--- a/configure.ac<br>+++ b/configure.ac<br>@@ -659,7 +659,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/8400">change 8400</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/8400"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </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: 8400 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>