From ef07baa127a08a3de16f843c4dc3bd187bbd0af3 Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Tue, 28 Jan 2014 17:34:08 -0700 Subject: [PATCH 1/1] Enable IPv6 in the Windows build Signed-off-by: Jens Axboe --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 6baa579a..78a6ccb7 100755 --- a/configure +++ b/configure @@ -244,6 +244,7 @@ CYGWIN*) output_sym "CONFIG_SCHED_IDLE" output_sym "CONFIG_TCP_NODELAY" output_sym "CONFIG_TLS_THREAD" + output_sym "CONFIG_IPV6" echo "CC=$CC" >> $config_host_mak echo "BUILD_CFLAGS=$CFLAGS -include config-host.h -D_GNU_SOURCE" >> $config_host_mak exit 0 -- 2.25.1