order to find logwtmp(). (Needed for Linux/glibc 2.1.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11356
dc483132-0cff-0310-8789-
dd5450dbe970
+1999-04-13 <tytso@rsts-11.mit.edu>
+
+ * configure.in: Check to see if we need to pull in the util
+ library in order to find logwtmp(). (Needed for
+ Linux/glibc 2.1.)
+
Wed Mar 24 17:14:06 1999 Tom Yu <tlyu@mit.edu>
* configure.in: Check for sys/sockio.h for systems that need it
AC_REPLACE_FUNCS(getdtablesize)
AC_HAVE_FUNCS(getcwd getusershell seteuid setreuid setresuid)
AC_CHECK_LIB(crypt,crypt) dnl
+AC_CHECK_LIB(util,logwtmp) dnl
dnl
dnl copied from appl/bsd/configure.in
dnl