configure.in: Check to see if we need to pull in the util library in
authorTheodore Tso <tytso@mit.edu>
Wed, 14 Apr 1999 15:59:57 +0000 (15:59 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 14 Apr 1999 15:59:57 +0000 (15:59 +0000)
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

src/appl/gssftp/ChangeLog
src/appl/gssftp/configure.in

index a306481fbb7169f5c313e56e23ba3810b824ee05..28394424f9d096d5d09d6cf2e6bd96154389f075 100644 (file)
@@ -1,3 +1,9 @@
+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
index f0e80facc61b027df40d7d80212fddca5c2f78d1..f0c2bff166425fe1d89eed3307687309f44309df 100644 (file)
@@ -22,6 +22,7 @@ DECLARE_SYS_ERRLIST
 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