diff options
-rw-r--r-- | configure.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/configure.in b/configure.in index 3671f50cf..d574cfc5c 100644 --- a/configure.in +++ b/configure.in | |||
@@ -997,39 +997,39 @@ AC_SUBST(piddir) | |||
997 | 997 | ||
998 | dnl allow user to disable some login recording features | 998 | dnl allow user to disable some login recording features |
999 | AC_ARG_ENABLE(lastlog, | 999 | AC_ARG_ENABLE(lastlog, |
1000 | [ --disable-lastlog disable use of lastlog even if detected [no]], | 1000 | [ --disable-lastlog disable use of lastlog even if detected [no]], |
1001 | [ AC_DEFINE(DISABLE_LASTLOG) ] | 1001 | [ AC_DEFINE(DISABLE_LASTLOG) ] |
1002 | ) | 1002 | ) |
1003 | AC_ARG_ENABLE(utmp, | 1003 | AC_ARG_ENABLE(utmp, |
1004 | [ --disable-utmp disable use of utmp even if detected [no]], | 1004 | [ --disable-utmp disable use of utmp even if detected [no]], |
1005 | [ AC_DEFINE(DISABLE_UTMP) ] | 1005 | [ AC_DEFINE(DISABLE_UTMP) ] |
1006 | ) | 1006 | ) |
1007 | AC_ARG_ENABLE(utmpx, | 1007 | AC_ARG_ENABLE(utmpx, |
1008 | [ --disable-utmpx disable use of utmpx even if detected [no]], | 1008 | [ --disable-utmpx disable use of utmpx even if detected [no]], |
1009 | [ AC_DEFINE(DISABLE_UTMPX) ] | 1009 | [ AC_DEFINE(DISABLE_UTMPX) ] |
1010 | ) | 1010 | ) |
1011 | AC_ARG_ENABLE(wtmp, | 1011 | AC_ARG_ENABLE(wtmp, |
1012 | [ --disable-wtmp disable use of wtmp even if detected [no]], | 1012 | [ --disable-wtmp disable use of wtmp even if detected [no]], |
1013 | [ AC_DEFINE(DISABLE_WTMP) ] | 1013 | [ AC_DEFINE(DISABLE_WTMP) ] |
1014 | ) | 1014 | ) |
1015 | AC_ARG_ENABLE(wtmpx, | 1015 | AC_ARG_ENABLE(wtmpx, |
1016 | [ --disable-wtmpx disable use of wtmpx even if detected [no]], | 1016 | [ --disable-wtmpx disable use of wtmpx even if detected [no]], |
1017 | [ AC_DEFINE(DISABLE_WTMPX) ] | 1017 | [ AC_DEFINE(DISABLE_WTMPX) ] |
1018 | ) | 1018 | ) |
1019 | AC_ARG_ENABLE(libutil, | 1019 | AC_ARG_ENABLE(libutil, |
1020 | [ --disable-libutil disable use of libutil (login() etc.) [no]], | 1020 | [ --disable-libutil disable use of libutil (login() etc.) [no]], |
1021 | [ AC_DEFINE(DISABLE_LOGIN) ] | 1021 | [ AC_DEFINE(DISABLE_LOGIN) ] |
1022 | ) | 1022 | ) |
1023 | AC_ARG_ENABLE(pututline, | 1023 | AC_ARG_ENABLE(pututline, |
1024 | [ --disable-pututline disable use of pututline() etc. ([uw]tmp) [no]], | 1024 | [ --disable-pututline disable use of pututline() etc. ([uw]tmp) [no]], |
1025 | [ AC_DEFINE(DISABLE_PUTUTLINE) ] | 1025 | [ AC_DEFINE(DISABLE_PUTUTLINE) ] |
1026 | ) | 1026 | ) |
1027 | AC_ARG_ENABLE(pututxline, | 1027 | AC_ARG_ENABLE(pututxline, |
1028 | [ --disable-pututxline disable use of pututxline() etc. ([uw]tmpx) [no]], | 1028 | [ --disable-pututxline disable use of pututxline() etc. ([uw]tmpx) [no]], |
1029 | [ AC_DEFINE(DISABLE_PUTUTXLINE) ] | 1029 | [ AC_DEFINE(DISABLE_PUTUTXLINE) ] |
1030 | ) | 1030 | ) |
1031 | AC_ARG_WITH(lastlog, | 1031 | AC_ARG_WITH(lastlog, |
1032 | [ --with-lastlog=FILE|DIR specify lastlog location [common locations]], | 1032 | [ --with-lastlog=FILE|DIR specify lastlog location [common locations]], |
1033 | [ conf_lastlog_location="$withval"; ],) | 1033 | [ conf_lastlog_location="$withval"; ],) |
1034 | 1034 | ||
1035 | dnl lastlog, [uw]tmpx? detection | 1035 | dnl lastlog, [uw]tmpx? detection |