X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=configure;h=63aa02ddf6a42d53121407588a97830a454ef82a;hb=26251d8d635bc9b9d31de2427095684b0c87b836;hp=7b1d79a458a7cadcde21e821e19c34f11d7f9386;hpb=47986339e372697d9a79d48de21eb0f311386bf0;p=fio.git diff --git a/configure b/configure index 7b1d79a4..63aa02dd 100755 --- a/configure +++ b/configure @@ -184,6 +184,8 @@ elif check_define __OpenBSD__ ; then elif check_define __sun__ ; then targetos='SunOS' CFLAGS="$CFLAGS -D_REENTRANT" +elif check_define _WIN32 ; then + targetos='CYGWIN' else targetos=`uname -s` fi