summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-12 08:49:09 +1100
committerDamien Miller <djm@mindrot.org>1999-11-12 08:49:09 +1100
commit776af5de4f7f2aa938cdd17bf85a9c891ce7dbd9 (patch)
tree75fab80e6ef52cfc80bbda3dddd9154b0fc28323 /configure.in
parent7c64ba3fc505c14c172d9b2d7695a3104b4c49f5 (diff)
- Merged changes from OpenBSD CVS
- [sshd.c] session_key_int may be zero
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 244a3ce18..e679df45b 100644
--- a/configure.in
+++ b/configure.in
@@ -59,7 +59,7 @@ AC_CHECK_HEADERS(pty.h endian.h paths.h lastlog.h)
59 59
60dnl Checks for library functions. 60dnl Checks for library functions.
61AC_PROG_GCC_TRADITIONAL 61AC_PROG_GCC_TRADITIONAL
62AC_CHECK_FUNCS(openpty strlcpy mkdtemp arc4random setproctitle) 62AC_CHECK_FUNCS(openpty strlcpy mkdtemp arc4random setproctitle setlogin)
63 63
64dnl Check for ut_host field in utmp 64dnl Check for ut_host field in utmp
65AC_MSG_CHECKING([whether utmp.h has ut_host field]) 65AC_MSG_CHECKING([whether utmp.h has ut_host field])