From 29a1672a89113a277563deccedc9ed8dc3ea5541 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 25 Apr 1998 05:56:28 +0000 Subject: [PATCH] dynix should not link with -linet --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6e9edba39..c00361c54 100644 --- a/configure.in +++ b/configure.in @@ -572,11 +572,11 @@ case "$host" in LIB_SOCKET=1 ;; *-sequent-sysv*) - # XXX - this needs to be tested. LIBS="${LIBS} -lsocket -lnsl" SUDO_LIBS="${SUDO_LIBS} -lsocket -lnsl" LIB_SOCKET=1 LIB_NSL=1 + LIB_INET=0 if test -z "$with_C2"; then SUDO_CHECK_SHADOW_SVR4(with_C2="yes") -- 2.50.1