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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BuildSystem: In POSIX sh, == in place of = is undefined.<br><br>ASTERISK-29724<br><br>Change-Id: I59aa0e52effdc16992f3a736ccf73430a6ef135b<br>---<br>M configure<br>M configure.ac<br>2 files changed, 6 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure b/configure</span><br><span>index 3caa8a4..e78678f 100755</span><br><span>--- a/configure</span><br><span>+++ b/configure</span><br><span>@@ -9209,7 +9209,7 @@</span><br><span> fi</span><br><span> </span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-if test "${with_pjproject}" == "no" || test "${with_pjproject}" == "n" ; then</span><br><span style="color: hsl(120, 100%, 40%);">+if test "${with_pjproject}" = "no" || test "${with_pjproject}" = "n" ; then</span><br><span>     PJPROJECT_BUNDLED=no</span><br><span> fi</span><br><span> </span><br><span>@@ -9298,7 +9298,7 @@</span><br><span> # If neither --without-ssl (PBX_OPENSSL=-1) nor --without-crypto (PBX_CRYPTO=-1)</span><br><span> # and there were no directories atdded to --with-ssl and --with-crypto, and</span><br><span> # pkg-config is installed (which is should be by install_prereq).</span><br><span style="color: hsl(0, 100%, 40%);">-if test "x$PKG_CONFIG" != "x" -a $PBX_OPENSSL -ge 0 -a $PBX_CRYPTO -ge 0 -a "x$OPENSSL_DIR" == "x" ; then</span><br><span style="color: hsl(120, 100%, 40%);">+if test "x$PKG_CONFIG" != "x" -a $PBX_OPENSSL -ge 0 -a $PBX_CRYPTO -ge 0 -a "x$OPENSSL_DIR" = "x" ; then</span><br><span>    { $as_echo "$as_me:${as_lineno-$LINENO}: checking OPENSSL with pkg-config" >&5</span><br><span> $as_echo "$as_me: checking OPENSSL with pkg-config" >&6;}</span><br><span>        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system openssl > 1.1.0" >&5</span><br><span>@@ -15197,7 +15197,7 @@</span><br><span> </span><br><span> </span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-if test "${PERMANENT_DLOPEN}" == "yes"; then</span><br><span style="color: hsl(120, 100%, 40%);">+if test "${PERMANENT_DLOPEN}" = "yes"; then</span><br><span> </span><br><span> $as_echo "#define HAVE_PERMANENT_DLOPEN 1" >>confdefs.h</span><br><span> </span><br><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 6f96967..2072b17 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -456,7 +456,7 @@</span><br><span>             *) PJPROJECT_BUNDLED=yes ;;</span><br><span>    esac])</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-if test "${with_pjproject}" == "no" || test "${with_pjproject}" == "n" ; then</span><br><span style="color: hsl(120, 100%, 40%);">+if test "${with_pjproject}" = "no" || test "${with_pjproject}" = "n" ; then</span><br><span>         PJPROJECT_BUNDLED=no</span><br><span> fi</span><br><span> </span><br><span>@@ -472,7 +472,7 @@</span><br><span> # If neither --without-ssl (PBX_OPENSSL=-1) nor --without-crypto (PBX_CRYPTO=-1)</span><br><span> # and there were no directories atdded to --with-ssl and --with-crypto, and</span><br><span> # pkg-config is installed (which is should be by install_prereq).</span><br><span style="color: hsl(0, 100%, 40%);">-if test "x$PKG_CONFIG" != "x" -a $PBX_OPENSSL -ge 0 -a $PBX_CRYPTO -ge 0 -a "x$OPENSSL_DIR" == "x" ; then</span><br><span style="color: hsl(120, 100%, 40%);">+if test "x$PKG_CONFIG" != "x" -a $PBX_OPENSSL -ge 0 -a $PBX_CRYPTO -ge 0 -a "x$OPENSSL_DIR" = "x" ; then</span><br><span>      AC_MSG_NOTICE(checking OPENSSL with pkg-config)</span><br><span>      AC_MSG_NOTICE(checking whether system openssl > 1.1.0)</span><br><span>    AST_PKG_CONFIG_CHECK([OPENSSL], [openssl >= 1.1.0])</span><br><span>@@ -780,7 +780,7 @@</span><br><span>         esac], [PERMANENT_DLOPEN=no])</span><br><span> </span><br><span> AC_SUBST([PERMANENT_DLOPEN])</span><br><span style="color: hsl(0, 100%, 40%);">-if test "${PERMANENT_DLOPEN}" == "yes"; then</span><br><span style="color: hsl(120, 100%, 40%);">+if test "${PERMANENT_DLOPEN}" = "yes"; then</span><br><span>   AC_DEFINE([HAVE_PERMANENT_DLOPEN], 1, [Define to support libc with permanent dlopen.])</span><br><span> fi</span><br><span> </span><br><span></span><br></pre><div style="white-space:pre-wrap"></div><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16693">change 16693</a>. To unsubscribe, or for help writing mail filters, 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/c/asterisk/+/16693"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: I59aa0e52effdc16992f3a736ccf73430a6ef135b </div>
<div style="display:none"> Gerrit-Change-Number: 16693 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean@seanbright.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>