From 3e3e2901df5e9f377a7297fa1adb58c9a453532a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 29 Sep 2012 00:34:43 +0200 Subject: libtool links against ws2_32.dll automatically --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index dc05739..a89d58d 100644 --- a/configure.ac +++ b/configure.ac @@ -71,8 +71,6 @@ PKG_CHECK_MODULES(LIBLO, [liblo], [ LIBS="$LIBS $LIBLO_LIBS" ]) -# FIXME: MinGW, need -lws2_32 - AC_CHECK_LIB([m], [ceilf]) # Checks for header files. -- cgit v1.2.3