From 01759ccdd0e678fa65c090f0e42ea3d2ef989340 Mon Sep 17 00:00:00 2001 From: tytso Date: Wed, 14 Apr 1999 15:59:57 +0000 Subject: [PATCH] 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.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11356 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/gssftp/ChangeLog | 6 ++++++ src/appl/gssftp/configure.in | 1 + 2 files changed, 7 insertions(+) diff --git a/src/appl/gssftp/ChangeLog b/src/appl/gssftp/ChangeLog index a306481fbb..28394424f9 100644 --- a/src/appl/gssftp/ChangeLog +++ b/src/appl/gssftp/ChangeLog @@ -1,3 +1,9 @@ +1999-04-13 + + * 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 * configure.in: Check for sys/sockio.h for systems that need it diff --git a/src/appl/gssftp/configure.in b/src/appl/gssftp/configure.in index f0e80facc6..f0c2bff166 100644 --- a/src/appl/gssftp/configure.in +++ b/src/appl/gssftp/configure.in @@ -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