Detect Windows operating system in ./configure
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 6 Mar 2014 17:41:59 +0000 (18:41 +0100)
committerJens Axboe <axboe@fb.com>
Thu, 6 Mar 2014 21:31:57 +0000 (14:31 -0700)
commitb24f59ab5ac96a67a016dc921687b0feae9bbf94
tree6f7247b89b4339dab2955e64a3801fe59b2c7ecc
parent47986339e372697d9a79d48de21eb0f311386bf0
Detect Windows operating system in ./configure

We should not rely on `uname -s` if we ever want cross-compiling to
work, so detect _WIN32.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
configure