diff -urN openssh-3.0p1.orig/configure.ac openssh-3.0p1/configure.ac --- openssh-3.0p1.orig/configure.ac Sat Nov 3 20:09:33 2001 +++ openssh-3.0p1/configure.ac Wed Nov 7 16:22:54 2001 @@ -123,6 +123,8 @@ AC_DEFINE(DONT_TRY_OTHER_AF) AC_DEFINE(PAM_TTY_KLUDGE) inet6_default_4in6=yes + no_libnsl=1 + no_libsocket=1 ;; mips-sony-bsd|mips-sony-newsos4) AC_DEFINE(HAVE_NEWS4) --- openssh-3.2.3p1/configure.ac.orig Sat May 25 13:02:18 2002 +++ openssh-3.2.3p1/configure.ac Sat May 25 13:14:58 2002 @@ -360,7 +359,6 @@ util.h utime.h utmp.h utmpx.h) # Checks for libraries. -AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match)) AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt)) dnl SCO OS3 needs this for libwrap