]> granicus.if.org Git - sudo/commitdiff
ISC now gets -lcrypt
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 9 Jan 1996 17:42:06 +0000 (17:42 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 9 Jan 1996 17:42:06 +0000 (17:42 +0000)
now check for sys/bsdtypes.h

configure.in

index b9dbdaca9cf81659c78951dd90fe96f17d2695d2..32dd1216b498f7ccec7a3ab846ffd8c905577465 100644 (file)
@@ -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)