configure: add that windows has RUSGE_THREAD
authorJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2013 21:53:47 +0000 (14:53 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2013 21:53:47 +0000 (14:53 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure

index 59899dbda9f99d53370ad2751412b3a16572f62d..cfd8c8ac0a98d2cdcddaeb6fbd7189464a35255b 100755 (executable)
--- a/configure
+++ b/configure
@@ -164,6 +164,7 @@ CYGWIN*)
   echo "CONFIG_POSIX_FALLOCATE=y"  >> $config_host_mak
   echo "CONFIG_FADVISE=y"          >> $config_host_mak
   echo "CONFIG_SFAA=y"             >> $config_host_mak
+  echo "CONFIG_RUSAGE_THREAD=y"    >> $config_host_mak
   exit 0
 esac