aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-09-28 20:06:04 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-09-28 20:06:04 -0400
commit0311365810f11b1db8bc6a01bfc5ab95ee241ba8 (patch)
tree35f6533fc15c9d746515f02b48057291a83b790b /configure.ac
parent9ac3b65090162205ad4164838ec0959cd9b21111 (diff)
Read utmpx directly instead of using "who", and prettify detached warning
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d3622c1..f233575 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,6 +180,7 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h langinfo.h limits.h locale.h netinet/in.h
AC_CHECK_HEADERS([pty.h util.h libutil.h paths.h])
AC_CHECK_HEADERS([endian.h sys/endian.h])
+AC_CHECK_HEADERS([utmpx.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL