aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7a8e8a58..47d88712 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,9 +228,6 @@ extern int res_search();
LIBS=$old_LIBS
done
-dnl Check for libcrypt -- it may live in libc or libcrypt, as on IRIX
-AC_CHECK_FUNC(crypt, , AC_CHECK_LIB(crypt,crypt))
-
dnl Check for usable void pointer type
AC_MSG_CHECKING(use of void pointer type)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[char *p;