From: Bruce Cran Date: Wed, 29 Jan 2014 00:34:08 +0000 (-0700) Subject: Enable IPv6 in the Windows build X-Git-Tag: fio-2.1.5~20 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ef07baa127a08a3de16f843c4dc3bd187bbd0af3;hp=363cffa71a96eb4c7595bb8c325a09eb01f766a5 Enable IPv6 in the Windows build Signed-off-by: Jens Axboe --- 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