summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 37a2a5a53..08cd9e125 100644
--- a/configure.in
+++ b/configure.in
@@ -309,6 +309,7 @@ AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_af clock fchmod fre
309dnl Checks for time functions 309dnl Checks for time functions
310AC_CHECK_FUNCS(gettimeofday time) 310AC_CHECK_FUNCS(gettimeofday time)
311dnl Checks for libutil functions 311dnl Checks for libutil functions
312AC_CHECK_HEADERS(libutil.h)
312AC_CHECK_FUNCS(login logout updwtmp logwtmp) 313AC_CHECK_FUNCS(login logout updwtmp logwtmp)
313dnl Checks for utmp functions 314dnl Checks for utmp functions
314AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent) 315AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent)