From: Theodore Tso Date: Wed, 14 Apr 1999 15:59:57 +0000 (+0000) Subject: configure.in: Check to see if we need to pull in the util library in X-Git-Tag: krb5-1.1-beta1~229 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=86a389fcdddbaf72833125f44f31cb1cb1e97cc7;p=krb5.git 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 --- diff --git a/src/appl/gssftp/ChangeLog b/src/appl/gssftp/ChangeLog index a306481fb..28394424f 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 f0e80facc..f0c2bff16 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