aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-25 16:01:30 +0100
committerMax Kellermann <max@duempel.org>2015-02-25 16:01:30 +0100
commit73cb538d722132e83033b8f96971e294c057bccf (patch)
treeeb1f499cbc0d9fd8dd2dd07d77e20cd1e9d7c429 /configure.ac
parent64b9e7fd48d085350a64488275091d3eea1c4edc (diff)
downloadmpd-73cb538d722132e83033b8f96971e294c057bccf.tar.gz
mpd-73cb538d722132e83033b8f96971e294c057bccf.tar.xz
mpd-73cb538d722132e83033b8f96971e294c057bccf.zip
configure.ac: enable STRICT mode on Windows
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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