regex: avoid compiler warning
[gnulib.git] / modules / recv
index a532240..c225917 100644 (file)
@@ -2,16 +2,17 @@ Description:
 recv() function: receive (read) data from a connected socket.
 
 Files:
-lib/winsock.c
+lib/recv.c
+lib/w32sock.h
 
 Depends-on:
 sys_socket
-errno
+errno           [test "$ac_cv_header_winsock2_h" = yes]
 
 configure.ac:
 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
 if test "$ac_cv_header_winsock2_h" = yes; then
-  AC_LIBOBJ([winsock])
+  AC_LIBOBJ([recv])
 fi
 gl_SYS_SOCKET_MODULE_INDICATOR([recv])