Fixup commit error in 56c796
authorJens Axboe <axboe@kernel.dk>
Mon, 18 Mar 2013 21:34:41 +0000 (15:34 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Mar 2013 21:34:41 +0000 (15:34 -0600)
I hand-fondled it, forgot to revert.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure

index 2859891dc47697f2cda408633957ba1af0c785ad..b8afe39aa0e35564be011de5901a057e4584f3d0 100755 (executable)
--- 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