Move -lsocket check to common.m4
authorTom Tromey <tom@tromey.com>
Sun, 1 Oct 2023 15:16:13 +0000 (09:16 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Oct 2023 00:23:13 +0000 (18:23 -0600)
commit5772d798236d493a0cdfd75b41520527e3129759
tree2f2a9f1e54267fb1a403483c4bd3d12d712eb929
parent59fed66dcef07b7b33c72d47b609e05569c62523
Move -lsocket check to common.m4

A user pointed out that the -lsocket check in gdb should also apply to
gdbserver -- otherwise it can't find the Solaris socketpair.  This
patch makes the change.  It also removes a couple of redundant
function checks from gdb's configure.ac.

This was tested by the person who reported the bug.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30927
Approved-By: Pedro Alves <pedro@palves.net>
gdb/configure
gdb/configure.ac
gdbserver/configure
gdbsupport/common.m4
gdbsupport/configure