aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2011-09-20 10:45:38 +0200
committerRaimo Niskanen <[email protected]>2011-11-17 15:42:13 +0100
commitfe19021972e12c7fb063f56209a4a305a134dfb6 (patch)
treeaa06c74f075d3e75edfbe3a3e0d01e439da29694 /erts/configure.in
parent8a571dad575b2812ad51a80171cd29e73d64d21b (diff)
downloadotp-fe19021972e12c7fb063f56209a4a305a134dfb6.tar.gz
otp-fe19021972e12c7fb063f56209a4a305a134dfb6.tar.bz2
otp-fe19021972e12c7fb063f56209a4a305a134dfb6.zip
erts: Default enable SCTP in configure
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/configure.in b/erts/configure.in
index f75c6580df..0933a1fe5a 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -191,7 +191,7 @@ 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)])
AS_HELP_STRING([--disable-sctp], [disable sctp support]),
[ case "$enableval" in
no) enable_sctp=no ;;
@@ -1486,7 +1486,7 @@ AC_CHECK_HEADER(sys/devpoll.h, have_kernel_poll=/dev/poll)
dnl Check for kernel SCTP support
AC_SUBST(LIBSCTP)
-if test "x$enable_sctp" = "xyes" ; then
+if test "x$enable_sctp" != "xno" ; then
AC_CHECK_HEADER(netinet/sctp.h,
[LIBSCTP=libsctp.so.1
AC_DEFINE(HAVE_SCTP_H, [1],