diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
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 | ||
293 | dnl Check whether to enable utmpx support | ||
294 | AC_ARG_WITH(utmpx, | ||
295 | [ --with-utmpx Enable utmpx support], | ||
296 | [AC_DEFINE(USE_UTMPX)] | ||
297 | ) | ||
298 | |||
293 | dnl Check for the path to xauth | 299 | dnl Check for the path to xauth |
294 | AC_PATH_PROG(xauth_path, xauth) | 300 | AC_PATH_PROG(xauth_path, xauth) |
295 | AC_DEFINE_UNQUOTED(XAUTH_PATH, "$xauth_path") | 301 | AC_DEFINE_UNQUOTED(XAUTH_PATH, "$xauth_path") |