X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fatlocal.in;h=60f3dbf354b8eaf1cca163f659aba53ed1903c11;hb=003ce655b7116d18c86a74c50391e54990346931;hp=06e738434692412316b9307f8c827914a4679375;hpb=9a9808d7955b4cf50b6aac34101a68d76b173d63;p=sliver-openvswitch.git diff --git a/tests/atlocal.in b/tests/atlocal.in index 06e738434..60f3dbf35 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -78,3 +78,13 @@ FreeBSD|NetBSD) LOOPBACK_INTERFACE=lo0 ;; esac + +# Check for MINGW platform. +case `uname` in +MINGW*) + IS_WIN32="yes" + ;; +*) + IS_WIN32="no" + ;; +esac