aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-03-01 14:06:20 +0100
committerIngela Anderton Andin <[email protected]>2016-03-01 14:06:20 +0100
commit75bc5bebc070a59535b8f6b7b9085c210b4723b5 (patch)
tree8868096be6ad2eadce99475293f370008df1aa9f /erts/configure.in
parent6f8997c001a17b9d9322e26757690489d6111dac (diff)
parent40695d080b0dc0665b01803768ffc74ed2eca207 (diff)
downloadotp-75bc5bebc070a59535b8f6b7b9085c210b4723b5.tar.gz
otp-75bc5bebc070a59535b8f6b7b9085c210b4723b5.tar.bz2
otp-75bc5bebc070a59535b8f6b7b9085c210b4723b5.zip
Merge branch 'msantos/epmd-IPv6-node-reg2/PR-864/OTP-13364' into maint
* msantos/epmd-IPv6-node-reg2/PR-864/OTP-13364: epmd: support IPv6 node registration
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index c7b095d47a..4ade3b3086 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -468,7 +468,7 @@ case $host_os in
win32)
# The ethread library requires _WIN32_WINNT of at least 0x0403.
# -D_WIN32_WINNT=* from CPPFLAGS is saved in ETHR_DEFS.
- CPPFLAGS="$CPPFLAGS -D_WIN32_WINNT=0x0501 -DWINVER=0x0501"
+ CPPFLAGS="$CPPFLAGS -D_WIN32_WINNT=0x0600 -DWINVER=0x0600"
;;
darwin*)
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE"