From cb480bce95325816de08a76676f66c6409d4fde7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 20 Sep 1998 23:22:32 +0000 Subject: [PATCH] Fixup crypt detection. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 22156f587f..939adc284a 100644 --- a/configure.in +++ b/configure.in @@ -433,7 +433,7 @@ AC_SUBST(LIBTERMCAP) # FreeBSD (and others) have crypt(3) in -lcrypt if test $ol_enable_crypt != no ; then - AC_CHECK_FUNC(crypt, have_crypt=yes, [ + AC_CHECK_FUNC(crypt, [have_crypt=yes], [ AC_CHECK_LIB(crypt, crypt, [LUTIL_LIBS="$LUTIL_LIBS -lcrypt" have_crypt=yes], [have_crypt=no])]) -- 2.39.5