aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 14:13:29 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 14:45:15 +0100
commitd70a7e8e79a25ecd1ba36e357a83c902338648b9 (patch)
tree99b07c632ca019344a154d65770e76af9ebe43fa /configure.ac
parent0e2f9116f846968d5eaf90cf21b7648f1964ae8b (diff)
m2ua: Create a MTP Link class using SCTP/M2UA for the transporton-waves/m2ua
This is a MTP Link that can be used with a MTP LinkSet. E.g. with some config changes one could use cellmgr_ng or udt_relay over a M2UA link.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dd2b04a..7651309 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,8 @@ PKG_CHECK_MODULES([LIBOSMOSCCP], [libosmo-sccp])
PKG_CHECK_MODULES([LIBOSMOVTY], [libosmovty])
#PKG_CHECK_MODULES([NEXUSWARE_C7], [nexusware-c7])
+AC_CHECK_LIB([sctp], sctp_sendmsg, [], [AC_MSG_ERROR([The sctp library is required.])])
+
AC_ARG_ENABLE([uniporte], [AS_HELP_STRING([--enable-uniporte], [Build with uniporte])],
[
PKG_CHECK_MODULES([NEXUSWARE_UNIPORTE], [nexusware-uniporte])