diff options
-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 |