From: Jens Axboe Date: Thu, 24 Jan 2013 21:53:47 +0000 (-0700) Subject: configure: add that windows has RUSGE_THREAD X-Git-Tag: fio-2.0.14~84 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=a3430ee0440e6d222f11fdcec683a5441015b676 configure: add that windows has RUSGE_THREAD Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index 59899dbd..cfd8c8ac 100755 --- 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