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