Change in libosmo-netif[master]: configure: check for sctp.h

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Tue Jan 7 16:54:27 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/16760 )


Change subject: configure: check for sctp.h
......................................................................

configure: check for sctp.h

Notice missing sctp header at configure time. Without this patch, the user only
finds out at build time.

Change-Id: I4b3e1f1894f13ac1175a71a5139c02a2633be26d
---
M configure.ac
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/60/16760/1

diff --git a/configure.ac b/configure.ac
index 7af10ec..56fc4d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,6 +97,7 @@
 	], [
 	AC_MSG_ERROR([sctp_send not found in searched libs])])
 LIBS=$old_LIBS
+AC_CHECK_HEADERS(netinet/sctp.h,,AC_MSG_ERROR(netinet/sctp.h not found))
 
 AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be built))
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/16760
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I4b3e1f1894f13ac1175a71a5139c02a2633be26d
Gerrit-Change-Number: 16760
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200107/c1dfe419/attachment.htm>


More information about the gerrit-log mailing list