]> granicus.if.org Git - sudo/commitdiff
don't need to explicately mention -lsocket -lnsl for sequent
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Apr 1998 00:09:37 +0000 (00:09 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Apr 1998 00:09:37 +0000 (00:09 +0000)
configure.in

index c00361c5460388244991d9d3dc5d5bfe24c638fb..5dc4b486f84daec185e99815dead48c1a3562786 100644 (file)
@@ -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