<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/14452">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pjproject_bundled: Honor --without-pjproject.<br><br>The previous change missed that 'make' uses 'PJPROJECT_BUNDLED' anyway.<br><br>ASTERISK-28929<br><br>Change-Id: I7ef0e78a06ea391b59d95b99d46bbed3fec4fed9<br>---<br>M configure<br>M configure.ac<br>2 files changed, 8 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/52/14452/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure b/configure</span><br><span>index f794797..6ab81b4 100755</span><br><span>--- a/configure</span><br><span>+++ b/configure</span><br><span>@@ -9065,6 +9065,10 @@</span><br><span> fi</span><br><span> </span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+if test "${with_pjproject}" == "no" || test "${with_pjproject}" == "n" ; then</span><br><span style="color: hsl(120, 100%, 40%);">+    PJPROJECT_BUNDLED=no</span><br><span style="color: hsl(120, 100%, 40%);">+fi</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> </span><br><span> </span><br><span>   if test "$JANSSON_BUNDLED" = "yes" ; then</span><br><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 1ae50a6..0fe37b0 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -452,6 +452,10 @@</span><br><span>          *) PJPROJECT_BUNDLED=yes ;;</span><br><span>    esac])</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+if test "${with_pjproject}" == "no" || test "${with_pjproject}" == "n" ; then</span><br><span style="color: hsl(120, 100%, 40%);">+     PJPROJECT_BUNDLED=no</span><br><span style="color: hsl(120, 100%, 40%);">+fi</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> THIRD_PARTY_CONFIGURE()</span><br><span> </span><br><span> # AST_EXT_LIB_SETUP is used to tell configure to handle variables for</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/14452">change 14452</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/+/14452"/><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-Change-Id: I7ef0e78a06ea391b59d95b99d46bbed3fec4fed9 </div>
<div style="display:none"> Gerrit-Change-Number: 14452 </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-MessageType: newchange </div>