summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
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,
290 [AC_DEFINE(HAVE_MD5_PASSWORDS)] 290 [AC_DEFINE(HAVE_MD5_PASSWORDS)]
291) 291)
292 292
293dnl Check whether to enable utmpx support
294AC_ARG_WITH(utmpx,
295 [ --with-utmpx Enable utmpx support],
296 [AC_DEFINE(USE_UTMPX)]
297)
298
293dnl Check for the path to xauth 299dnl Check for the path to xauth
294AC_PATH_PROG(xauth_path, xauth) 300AC_PATH_PROG(xauth_path, xauth)
295AC_DEFINE_UNQUOTED(XAUTH_PATH, "$xauth_path") 301AC_DEFINE_UNQUOTED(XAUTH_PATH, "$xauth_path")