# HG changeset patch # User Marco Atzeri # Date 1291874518 18000 # Node ID f46aeb3ea6b764b43dc1b34e3f1724331094a4ec # Parent 56c8a00a269f775ce6da5cfb9ac9f626de86da9e remove -lwsock32 from LIBS in configure for cygwin systems diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-12-09 Marco Atzeri + + * configure.ac: Don't add -lwsock32 to LIBS on cygwin systems. + 2010-11-21 Kai Habel * NEWS: Add uigetdir, uigetfile, uiputfile. diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -1458,9 +1458,6 @@ NO_UNDEFINED_LDFLAG= case "$canonical_host_type" in - *-*-cygwin*) - LIBS="$LIBS -lwsock32" - ;; *-*-mingw*) if test "$have_msvc" = "yes"; then AC_CHECK_LIB(dirent, opendir)