From 0311365810f11b1db8bc6a01bfc5ab95ee241ba8 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Fri, 28 Sep 2012 20:06:04 -0400 Subject: Read utmpx directly instead of using "who", and prettify detached warning --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3