* configure.ac: Use `ws2_32' library for srv_mingw.
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure.ac
index f86291889c15d0282fff2fb151a82c6615811b70..a2dfa372546dfa25dffedd20162d863781108689 100644 (file)
@@ -118,7 +118,7 @@ esac
 if test "${srv_mingwce}" = "yes"; then
   LIBS="$LIBS -lws2"
 elif test "${srv_mingw}" = "yes"; then
-  LIBS="$LIBS -lwsock32"
+  LIBS="$LIBS -lws2_32"
 elif test "${srv_qnx}" = "yes"; then
   LIBS="$LIBS -lsocket"
 fi
This page took 0.02426 seconds and 4 git commands to generate.