diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/gssftp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/appl/gssftp/configure.in | 1 |
2 files changed, 7 insertions, 0 deletions
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 <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 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 |
