summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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])