diff configure.ac @ 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 f83e17ec270d
children 8837a42205d3
line wrap: on
line diff
--- 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)