changeset 2796:e8d26a18be94

[gaim-migrate @ 2809] don't need the crypt checks anymore. i hate solaris. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Nov 2001 23:20:40 +0000
parents 536bb833fdeb
children ccb5b2f05d16
files configure.ac
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Nov 26 23:18:36 2001 +0000
+++ b/configure.ac	Mon Nov 26 23:20:40 2001 +0000
@@ -345,12 +345,6 @@
 AC_CHECK_FUNCS(snprintf connect)
 AC_CHECK_LIB(nsl, gethostent)
 
-dnl checks for yahoo
-AC_CHECK_HEADERS(crypt.h)
-CRYPT_LIBS=
-AC_CHECK_FUNC(crypt, , CRYPT_LIBS=-lcrypt)
-AC_SUBST(CRYPT_LIBS)
-
 dnl checks for zephyr
 AC_DEFINE(ZEPHYR_INT32, long)
 AC_SUBST(KRB4_CFLAGS)