From 44583e022320424d145dbf01d51480e4c9a71126 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 18 Mar 2013 15:34:41 -0600 Subject: [PATCH] Fixup commit error in 56c796 I hand-fondled it, forgot to revert. Signed-off-by: Jens Axboe --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.25.1