aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure.ac
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2010-04-17 20:43:13 +0000
committerPierre Muller <muller@sourceware.org>2010-04-17 20:43:13 +0000
commit12ea4b698643d57c73ac153d8b87adf2db0e8bd8 (patch)
tree0ce3b9bd833ac156583af8e3db646cc2b395e29d /gdb/gdbserver/configure.ac
parented41462c79cfb7458a38cac07976ea15292f46f2 (diff)
downloadgdb-12ea4b698643d57c73ac153d8b87adf2db0e8bd8.zip
gdb-12ea4b698643d57c73ac153d8b87adf2db0e8bd8.tar.gz
gdb-12ea4b698643d57c73ac153d8b87adf2db0e8bd8.tar.bz2
* 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.ac')
-rw-r--r--gdb/gdbserver/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/configure.ac b/gdb/gdbserver/configure.ac
index f862918..a2dfa37 100644
--- a/gdb/gdbserver/configure.ac
+++ b/gdb/gdbserver/configure.ac
@@ -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