summaryrefslogtreecommitdiffstats
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 244a3ce1..e679df45 100644
--- a/configure.in
+++ b/configure.in
@@ -59,7 +59,7 @@ AC_CHECK_HEADERS(pty.h endian.h paths.h lastlog.h)
dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
-AC_CHECK_FUNCS(openpty strlcpy mkdtemp arc4random setproctitle)
+AC_CHECK_FUNCS(openpty strlcpy mkdtemp arc4random setproctitle setlogin)
dnl Check for ut_host field in utmp
AC_MSG_CHECKING([whether utmp.h has ut_host field])