diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-29 00:34:43 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-29 00:34:43 +0200 |
commit | 3e3e2901df5e9f377a7297fa1adb58c9a453532a (patch) | |
tree | 88770eded86d45451f0e4f4197ec2085b09a9798 | |
parent | f5911edd79f97fcbe08d7ddf3cc4c4c25423b13c (diff) | |
download | osc-graphics-3e3e2901df5e9f377a7297fa1adb58c9a453532a.tar.gz |
libtool links against ws2_32.dll automatically
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 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. |