summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ea8ed08..4c066ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,6 @@ AC_MSG_CHECKING([whether we need platform-specific build settings])
case ${host_os} in
*mingw32*|*cygwin*)
AC_MSG_RESULT([yes])
- AC_DEFINE(WINVER, 0x0501, [minimum Windows version])
win32=true
GLOBAL_CFLAGS+="-DWIN32 -D__LITTLE_ENDIAN__=1"
AC_LDFLAGS+="-static-libgcc"