diff options
author | Damien Miller <djm@mindrot.org> | 2000-09-16 15:39:56 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-09-16 15:39:56 +1100 |
commit | 606f880e0fd1a31f5beb3b37ece0c12317a9ed61 (patch) | |
tree | b4afe2d6f8b77d73d309b3ed6ea2b89ad768d820 /configure.in | |
parent | e4340be5b3ff16f4d9ba5e3ea7e449dc1b6fa7a8 (diff) |
- (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
- (djm) Re-enable int64_t types - we need them for sftp
- (djm) Use libexecdir from configure , rather than libexecdir/ssh
- (djm) Update Redhat SPEC file accordingly
- (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
- (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
- (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
<Dirk.DeWachter@rug.ac.be>
- (djm) Fixprogs and entropy list fixes from Larry Jones
<larry.jones@sdrc.com>
- (djm) Fix for SuSE spec file from Takashi YOSHIDA
<tyoshida@gemini.rc.kyushu-u.ac.jp>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 9fb78f1ff..d509619ff 100644 --- a/configure.in +++ b/configure.in | |||
@@ -296,6 +296,8 @@ int main(void){char b[5];snprintf(b,5,"123456789");return(b[4]!='\0');} | |||
296 | ) | 296 | ) |
297 | fi | 297 | fi |
298 | 298 | ||
299 | AC_FUNC_GETPGRP | ||
300 | |||
299 | PAM_MSG="no" | 301 | PAM_MSG="no" |
300 | AC_ARG_WITH(pam, | 302 | AC_ARG_WITH(pam, |
301 | [ --without-pam Disable PAM support ], | 303 | [ --without-pam Disable PAM support ], |