commit | 5772d798236d493a0cdfd75b41520527e3129759 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Oct 01 09:16:13 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Thu Oct 12 18:23:13 2023 -0600 |
tree | 2f2a9f1e54267fb1a403483c4bd3d12d712eb929 | |
parent | 59fed66dcef07b7b33c72d47b609e05569c62523 [diff] |
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>