aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2016-10-14 11:05:45 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-11-08 10:15:10 +0100
commit9730ec7618c63b7ab74dd2433aaa6d1675f26518 (patch)
tree160a074fed5f412c161727d9228963cfd1274f11 /configure.in
parent6f3e884ff20381724c995dd7cbf05eec3a164a7b (diff)
downloadotp-9730ec7618c63b7ab74dd2433aaa6d1675f26518.tar.gz
otp-9730ec7618c63b7ab74dd2433aaa6d1675f26518.tar.bz2
otp-9730ec7618c63b7ab74dd2433aaa6d1675f26518.zip
Configure enable libsctp dependency
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ea98dc9836..8dd4e588d7 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl %CopyrightBegin%
dnl
-dnl Copyright Ericsson AB 1998-2014. All Rights Reserved.
+dnl Copyright Ericsson AB 1998-2016. All Rights Reserved.
dnl
dnl Licensed under the Apache License, Version 2.0 (the "License");
dnl you may not use this file except in compliance with the License.
@@ -229,7 +229,10 @@ AS_HELP_STRING([--enable-kernel-poll], [enable kernel poll support])
AS_HELP_STRING([--disable-kernel-poll], [disable kernel poll support]))
AC_ARG_ENABLE(sctp,
-AS_HELP_STRING([--enable-sctp], [enable sctp support])
+AS_HELP_STRING([--enable-sctp], [enable sctp support (default)
+to on demand load the SCTP library in runtime])
+AS_HELP_STRING([--enable-sctp=lib], [enable sctp support
+to link against the SCTP library])
AS_HELP_STRING([--disable-sctp], [disable sctp support]))
AC_ARG_ENABLE(hipe,