From: Todd C. Miller Date: Sat, 3 Jun 1995 22:18:39 +0000 (+0000) Subject: now check for -lcrypt X-Git-Tag: SUDO_1_4_0~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5f8f7e8e05f6fd409463d671ed31691f084d7db;p=sudo now check for -lcrypt --- diff --git a/configure.in b/configure.in index 2b8f42422..1aee444e0 100644 --- a/configure.in +++ b/configure.in @@ -246,8 +246,8 @@ if test "$OS" != "irix" -o $OSREV -ne 5 ; then AC_CHECK_LIB(nsl, main) AC_CHECK_LIB(socket, main) fi -dnl For those w/o crypt(3) -AC_CHECK_LIB(ufc, main) +dnl For those w/o crypt(3) in libc.a +AC_CHECK_LIB(crypt, crypt, ,AC_CHECK_LIB(ufc, crypt)) dnl dnl OS-dependent libraries dnl