Fixup commit error in 56c796
[fio.git] / 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