diff options
| author | Sam Hartman <hartmans@mit.edu> | 1996-01-19 01:33:08 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 1996-01-19 01:33:08 +0000 |
| commit | c37e7830bd25238f680af7464837c829a89337cf (patch) | |
| tree | ff4f2c4f6489333815ebe435f9a4214ae7f85b7e /src/util/autoconf | |
| parent | 671787e2b4910be41223d0f7961acea87ad498ce (diff) | |
| download | krb5-c37e7830bd25238f680af7464837c829a89337cf.tar.gz krb5-c37e7830bd25238f680af7464837c829a89337cf.tar.xz krb5-c37e7830bd25238f680af7464837c829a89337cf.zip | |
Mainline utmp and login cleanups from hartmans_pty_utmp:
* Fix utmp handling on Solaris for wtmpx records
* Replace krlogin's SIGURG handler with a call to select squashing Solaris ctrl-c bug
* Fix utmp on systems without pututline so ttyslot is only used when it works
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7338 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/autoconf')
| -rw-r--r-- | src/util/autoconf/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/autoconf/configure b/src/util/autoconf/configure index a54238fad..9e419f97c 100644 --- a/src/util/autoconf/configure +++ b/src/util/autoconf/configure @@ -4,6 +4,9 @@ kadm_deplib='' kadm_lib='' +kutil_deplib='' +kutil_lib='' + kdb5_deplib='' kdb5_lib='' |
