The following changes since commit 8fdb9e22a8eb3cca928b3f44d60a9b710b291064: Make test for gnuplot work with empty strings. (2013-03-12 13:16:00 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Aaron Carroll (1): android: fix compile by not defining FIO_NO_HAVE_SHM_H twice configure | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) --- Diff of recent changes: diff --git a/configure b/configure index d1f277d..d364971 100755 --- a/configure +++ b/configure @@ -234,7 +234,7 @@ Android) output_sym "CONFIG_CLOCK_GETTIME" output_sym "CONFIG_CLOCK_MONOTONIC" echo "CC=$cc" >> $config_host_mak - echo "EXTFLAGS=$CFLAGS -include config-host.h -DFIO_NO_HAVE_SHM_H -D_GNU_SOURCE" >> $config_host_mak + echo "EXTFLAGS=$CFLAGS -include config-host.h -D_GNU_SOURCE" >> $config_host_mak exit 0 esac @@ -1032,9 +1032,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