]> granicus.if.org Git - sudo/commitdiff
dynix should not link with -linet
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 25 Apr 1998 05:56:28 +0000 (05:56 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 25 Apr 1998 05:56:28 +0000 (05:56 +0000)
configure.in

index 6e9edba39c52c2ebeeb982f103ab3ff64ad44cbd..c00361c5460388244991d9d3dc5d5bfe24c638fb 100644 (file)
@@ -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")