From: Jens Axboe Date: Mon, 18 Mar 2013 21:34:41 +0000 (-0600) Subject: Fixup commit error in 56c796 X-Git-Tag: fio-2.0.15~25 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=44583e022320424d145dbf01d51480e4c9a71126;p=fio.git Fixup commit error in 56c796 I hand-fondled it, forgot to revert. Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index 2859891d..b8afe39a 100755 --- a/configure +++ b/configure @@ -1061,9 +1061,9 @@ fi if test "$sched_idle" = "yes" ; then output_sym "CONFIG_SCHED_IDLE" fi -#if test "$tcp_nodelay" = "yes" ; then - #output_sym "CONFIG_TCP_NODELAY" -#fi +if test "$tcp_nodelay" = "yes" ; then + output_sym "CONFIG_TCP_NODELAY" +fi if test "$rlimit_memlock" = "yes" ; then output_sym "CONFIG_RLIMIT_MEMLOCK" fi