<p>Joshua Colp <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7809">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, approved; Approved for Submit
</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BuildSystem: Find ptlib-config on Debian/Ubuntu.<br><br>The current configure script requires that tool when libpt-dev is installed.<br>libpt-dev was installed by libopenh323-dev, bacause you wanted to go for H.323<br>based channel drivers.<br><br>ASTERISK-25329<br><br>Change-Id: I9c6ab78b7246c21536e1d252dcbffe682f63f83d<br>---<br>M autoconf/ast_check_pwlib.m4<br>M configure<br>2 files changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/autoconf/ast_check_pwlib.m4 b/autoconf/ast_check_pwlib.m4<br>index 510881f..beaf8db 100644<br>--- a/autoconf/ast_check_pwlib.m4<br>+++ b/autoconf/ast_check_pwlib.m4<br>@@ -103,7 +103,7 @@<br> else<br> AC_CHECK_HEADER(/usr/local/include/ptlib.h, HAS_PWLIB=1, )<br> if test "${HAS_PWLIB:-unset}" != "unset" ; then<br>- AC_PATH_PROG(PTLIB_CONFIG, ptlib-config, , /usr/local/bin$PATH_SEPARATOR/usr/local/share/pwlib/make)<br>+ AC_PATH_PROG(PTLIB_CONFIG, ptlib-config, , /usr/local/bin$PATH_SEPARATOR/usr/local/share/ptlib/make$PATH_SEPARATOR/usr/local/share/pwlib/make)<br> PWLIB_INCDIR="/usr/local/include"<br> PWLIB_LIBDIR=`${PTLIB_CONFIG} --pwlibdir 2>/dev/null`<br> if test "${PWLIB_LIBDIR:-unset}" = "unset"; then<br>@@ -121,7 +121,7 @@<br> else<br> AC_CHECK_HEADER(/usr/include/ptlib.h, HAS_PWLIB=1, )<br> if test "${HAS_PWLIB:-unset}" != "unset" ; then<br>- AC_PATH_PROG(PTLIB_CONFIG, ptlib-config, , /usr/bin$PATH_SEPARATOR/usr/share/pwlib/make)<br>+ AC_PATH_PROG(PTLIB_CONFIG, ptlib-config, , /usr/bin$PATH_SEPARATOR/usr/share/ptlib/make$PATH_SEPARATOR/usr/share/pwlib/make)<br> PWLIB_INCDIR="/usr/include"<br> PWLIB_LIBDIR=`${PTLIB_CONFIG} --pwlibdir 2>/dev/null`<br> if test "${PWLIB_LIBDIR:-unset}" = "unset"; then<br>diff --git a/configure b/configure<br>index c672df9..90c1540 100755<br>--- a/configure<br>+++ b/configure<br>@@ -29561,7 +29561,7 @@<br> ;;<br> *)<br> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR<br>-for as_dir in /usr/local/bin$PATH_SEPARATOR/usr/local/share/pwlib/make<br>+for as_dir in /usr/local/bin$PATH_SEPARATOR/usr/local/share/ptlib/make$PATH_SEPARATOR/usr/local/share/pwlib/make<br> do<br> IFS=$as_save_IFS<br> test -z "$as_dir" && as_dir=.<br>@@ -29623,7 +29623,7 @@<br> ;;<br> *)<br> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR<br>-for as_dir in /usr/bin$PATH_SEPARATOR/usr/share/pwlib/make<br>+for as_dir in /usr/bin$PATH_SEPARATOR/usr/share/ptlib/make$PATH_SEPARATOR/usr/share/pwlib/make<br> do<br> IFS=$as_save_IFS<br> test -z "$as_dir" && as_dir=.<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7809">change 7809</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/7809"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I9c6ab78b7246c21536e1d252dcbffe682f63f83d </div>
<div style="display:none"> Gerrit-Change-Number: 7809 </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: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>