From: Todd C. Miller Date: Tue, 28 Apr 1998 00:09:37 +0000 (+0000) Subject: don't need to explicately mention -lsocket -lnsl for sequent X-Git-Tag: SUDO_1_5_6~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5723320dc49296dd182079472a12635677eedba9;p=sudo don't need to explicately mention -lsocket -lnsl for sequent --- diff --git a/configure.in b/configure.in index c00361c54..5dc4b486f 100644 --- a/configure.in +++ b/configure.in @@ -572,10 +572,7 @@ case "$host" in LIB_SOCKET=1 ;; *-sequent-sysv*) - LIBS="${LIBS} -lsocket -lnsl" - SUDO_LIBS="${SUDO_LIBS} -lsocket -lnsl" - LIB_SOCKET=1 - LIB_NSL=1 + # we don't want -linet LIB_INET=0 if test -z "$with_C2"; then