<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7811">View Change</a></p><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>1 file 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/11/7811/1</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></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7811">change 7811</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/7811"/><meta itemprop="name" content="View Change"/></div></div>

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