changeset 11326:f46aeb3ea6b7

remove -lwsock32 from LIBS in configure for cygwin systems
author Marco Atzeri <marco_atzeri@yahoo.it>
date Thu, 09 Dec 2010 01:01:58 -0500
parents 56c8a00a269f
children ef0e995f8c0f
files ChangeLog configure.ac
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Dec 08 19:55:31 2010 -0500
+++ b/ChangeLog	Thu Dec 09 01:01:58 2010 -0500
@@ -1,3 +1,7 @@
+2010-12-09  Marco Atzeri  <marcox_atzeri@yahoo.it>
+
+	* configure.ac: Don't add -lwsock32 to LIBS on cygwin systems.
+
 2010-11-21  Kai Habel  <kai.habel@gmx.de>
 
 	* NEWS: Add uigetdir, uigetfile, uiputfile.
--- a/configure.ac	Wed Dec 08 19:55:31 2010 -0500
+++ b/configure.ac	Thu Dec 09 01:01:58 2010 -0500
@@ -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)