From add961c2f457875e389147281efe3a9009209bcc Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Sun, 12 Jan 2014 14:51:49 +0100 Subject: [PATCH] Change "-lWsock32" to "-lwsock32" for case-sensitive file names. This is needed to be able to cross-compile for Windows using MingW32 on Linux. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9db7cd2..98d88e3 100644 --- a/configure.ac +++ b/configure.ac @@ -180,7 +180,7 @@ if test $realtime = yes; then fi api="$api -D__WINDOWS_MM__" - LIBS="-lole32 -lwinmm -lWsock32 $LIBS" + LIBS="-lole32 -lwinmm -lwsock32 $LIBS" ;; *)