diff options
Diffstat (limited to 'gdbserver/configure')
-rwxr-xr-x | gdbserver/configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbserver/configure b/gdbserver/configure index 5479823..dc81873 100755 --- a/gdbserver/configure +++ b/gdbserver/configure @@ -10254,8 +10254,6 @@ elif test "${srv_mingw}" = "yes"; then LIBS="$LIBS $WIN32APILIBS" elif test "${srv_qnx}" = "yes"; then LIBS="$LIBS -lsocket" -elif test "${srv_lynxos}" = "yes"; then - LIBS="$LIBS -lnetinet" fi if test "${srv_linux_usrregs}" = "yes"; then |