android: fix compile by not defining FIO_NO_HAVE_SHM_H twice
authorAaron Carroll <xaaronc@gmail.com>
Wed, 13 Mar 2013 09:09:10 +0000 (10:09 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 13 Mar 2013 09:09:10 +0000 (10:09 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure

index d1f277d057ea1e0ed8226f80d63bfb18ee5097cd..d3649710c1703e39374adcbb9e74f2fcea0ea56a 100755 (executable)
--- 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