From 368cf64d5c7cee6eb85d9240ea04ccf43273b5fc Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 21 Dec 1999 09:51:36 +1100 Subject: Made utmpx optional --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 19372e2d5..86d6a3241 100644 --- a/configure.in +++ b/configure.in @@ -290,6 +290,12 @@ AC_ARG_WITH(md5-passwords, [AC_DEFINE(HAVE_MD5_PASSWORDS)] ) +dnl Check whether to enable utmpx support +AC_ARG_WITH(utmpx, + [ --with-utmpx Enable utmpx support], + [AC_DEFINE(USE_UTMPX)] +) + dnl Check for the path to xauth AC_PATH_PROG(xauth_path, xauth) AC_DEFINE_UNQUOTED(XAUTH_PATH, "$xauth_path") -- cgit v1.2.3