diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 | ||
60 | dnl Checks for library functions. | 60 | dnl Checks for library functions. |
61 | AC_PROG_GCC_TRADITIONAL | 61 | AC_PROG_GCC_TRADITIONAL |
62 | AC_CHECK_FUNCS(openpty strlcpy mkdtemp arc4random setproctitle) | 62 | AC_CHECK_FUNCS(openpty strlcpy mkdtemp arc4random setproctitle setlogin) |
63 | 63 | ||
64 | dnl Check for ut_host field in utmp | 64 | dnl Check for ut_host field in utmp |
65 | AC_MSG_CHECKING([whether utmp.h has ut_host field]) | 65 | AC_MSG_CHECKING([whether utmp.h has ut_host field]) |