From: Todd C. Miller Date: Sat, 25 Apr 1998 05:56:28 +0000 (+0000) Subject: dynix should not link with -linet X-Git-Tag: SUDO_1_5_6~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29a1672a89113a277563deccedc9ed8dc3ea5541;p=sudo dynix should not link with -linet --- 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")