aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2016-10-19 10:33:20 +0200
committerRaimo Niskanen <[email protected]>2016-10-19 10:33:20 +0200
commit613f7c3a7b9e1764e045c1253d1cef4958a234c5 (patch)
tree96fc1368c1e10155fc353955109a806a491b6caf /configure.in
parent8aed60e7ad127f1189f308b8f9926ac7b24532e3 (diff)
parent826ebfba7b0624e52015fe6882aef3db758b9d03 (diff)
downloadotp-613f7c3a7b9e1764e045c1253d1cef4958a234c5.tar.gz
otp-613f7c3a7b9e1764e045c1253d1cef4958a234c5.tar.bz2
otp-613f7c3a7b9e1764e045c1253d1cef4958a234c5.zip
Merge branch 'maint'
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 9c21265dc8..e44a873805 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.
@@ -228,7 +228,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,