diff options
author | Raimo Niskanen <[email protected]> | 2016-10-14 11:05:45 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2016-10-17 10:59:19 +0200 |
commit | b3c46562296bb088976475141f5837f002998245 (patch) | |
tree | a0306143f7144b3a0feda06d543991d8662221d7 /configure.in | |
parent | 0c422708ed793a1ee107848f41bf591e4e0a9725 (diff) | |
download | otp-b3c46562296bb088976475141f5837f002998245.tar.gz otp-b3c46562296bb088976475141f5837f002998245.tar.bz2 otp-b3c46562296bb088976475141f5837f002998245.zip |
Configure enable libsctp dependency
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 6db83124be..a149acbb55 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, |