diff options
author | Max Kellermann <max@duempel.org> | 2015-02-25 16:01:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-02-25 16:01:30 +0100 |
commit | 73cb538d722132e83033b8f96971e294c057bccf (patch) | |
tree | eb1f499cbc0d9fd8dd2dd07d77e20cd1e9d7c429 | |
parent | 64b9e7fd48d085350a64488275091d3eea1c4edc (diff) | |
download | mpd-73cb538d722132e83033b8f96971e294c057bccf.tar.gz mpd-73cb538d722132e83033b8f96971e294c057bccf.tar.xz mpd-73cb538d722132e83033b8f96971e294c057bccf.zip |
configure.ac: enable STRICT mode on Windows
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2259b1b06..7dbabbea0 100644 --- a/configure.ac +++ b/configure.ac @@ -102,6 +102,7 @@ mingw32* | windows*) AC_CHECK_TOOL(WINDRES, windres) AM_CPPFLAGS="$AM_CPPFLAGS -DWIN32_LEAN_AND_MEAN" AM_CPPFLAGS="$AM_CPPFLAGS -DWINVER=0x0600 -D_WIN32_WINNT=0x0600" + AM_CPPFLAGS="$AM_CPPFLAGS -DSTRICT" LIBS="$LIBS -lws2_32" host_is_windows=yes host_is_unix=no |