From: Todd C. Miller Date: Tue, 9 Jan 1996 17:42:06 +0000 (+0000) Subject: ISC now gets -lcrypt X-Git-Tag: SUDO_1_4_0~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73bb405bfcdd378fc2c16d478f6d37d41d6d4e52;p=sudo ISC now gets -lcrypt now check for sys/bsdtypes.h --- diff --git a/configure.in b/configure.in index b9dbdaca9..32dd1216b 100644 --- a/configure.in +++ b/configure.in @@ -302,7 +302,7 @@ case "$OS" in OSDEFS="${OSDEFS} -D_MIPS" ;; "isc") echo "Looks like INTERACTIVE" - SUDO_LIBS="${SUDO_LIBS} -linet" + SUDO_LIBS="${SUDO_LIBS} -lcrypt" if test -n "$C2" ; then SUDO_LIBS="${SUDO_LIBS} -lsec" SHADOW_TYPE="SPW_SVR4" @@ -387,7 +387,7 @@ dnl Header file checks dnl AC_HEADER_STDC AC_HEADER_DIRENT -AC_CHECK_HEADERS(string.h strings.h unistd.h malloc.h paths.h utime.h sys/sockio.h) +AC_CHECK_HEADERS(string.h strings.h unistd.h malloc.h paths.h utime.h sys/sockio.h sys/bsdtypes.h) dnl ultrix termio/termios are broken if test "$OS" != "ultrix" ; then AC_CHECK_HEADERS(termio.h)