The following changes since commit f648261393e0092ad25a1e22b21375bdbc39c178: Android: remove static Android configuration (2013-03-14 15:01:58 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Fixup commit error in 56c796 configure | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) --- Diff of recent changes: diff --git a/configure b/configure index 2859891..b8afe39 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 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html