summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2010-04-17 20:43:13 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2010-04-17 20:43:13 +0000
commit8997115c02953f3ea7b851ab4c564264f442c1d7 (patch)
treed3044127b4bf7b5e60253dd4b27328ee2e34e784 /gdb/gdbserver/configure
parent1e5ccfab8b5a3019552434a16a4c925b00fa56db (diff)
downloadgdb-8997115c02953f3ea7b851ab4c564264f442c1d7.tar.gz
* configure.ac: Use `ws2_32' library for srv_mingw.
* configure: Regenerate. * gdbreplay.c: Include winsock2.h instead of winsock.h. * remote-utils.c: Likewise.
Diffstat (limited to 'gdb/gdbserver/configure')
-rwxr-xr-xgdb/gdbserver/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure
index dba6a912632..8db886155a8 100755
--- a/gdb/gdbserver/configure
+++ b/gdb/gdbserver/configure
@@ -4056,7 +4056,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