<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/16773">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configure.ac: Check for sctp_recvmsg instead of sctp_send<br><br>sctp_send is not used at all in libosmo-sccp. sctp_recvmsg is used<br>though.<br><br>Change-Id: Iac90c5f531a136fb3535404a6fdfd4c2d7a594aa<br>---<br>M configure.ac<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.osmocom.org:29418/libosmo-sccp refs/changes/73/16773/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 11b5fe8..9cf517a 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -35,14 +35,14 @@</span><br><span> PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.7.0)</span><br><span> </span><br><span> old_LIBS=$LIBS</span><br><span style="color: hsl(0, 100%, 40%);">-AC_SEARCH_LIBS([sctp_send], [sctp], [</span><br><span style="color: hsl(120, 100%, 40%);">+AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [</span><br><span>       AC_DEFINE(HAVE_LIBSCTP, 1, [Define 1 to enable SCTP support])</span><br><span>        AC_SUBST(HAVE_LIBSCTP, [1])</span><br><span>  if test -n "$ac_lib"; then</span><br><span>                 AC_SUBST(LIBSCTP_LIBS, [-l$ac_lib])</span><br><span>  fi</span><br><span>   ], [</span><br><span style="color: hsl(0, 100%, 40%);">-    AC_MSG_ERROR([sctp_send not found in searched libs])])</span><br><span style="color: hsl(120, 100%, 40%);">+        AC_MSG_ERROR([sctp_recvmsg not found in searched libs])])</span><br><span> LIBS=$old_LIBS</span><br><span> </span><br><span> AC_ARG_ENABLE(sanitize,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/16773">change 16773</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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.osmocom.org/c/libosmo-sccp/+/16773"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-sccp </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Iac90c5f531a136fb3535404a6fdfd4c2d7a594aa </div>
<div style="display:none"> Gerrit-Change-Number: 16773 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>