summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorandre <andre>2000-06-12 23:27:31 +0000
committerandre <andre>2000-06-12 23:27:31 +0000
commit45cad51c70f578c59f08e6d23ef70d541b4f58d7 (patch)
treebd81820085637947684c665b23847ed71005281e /configure.in
parent35ad6bee4bc899919b5355df58f5302a6d113d28 (diff)
Stop lastlog detection setting DISABLE_LASTLOG - this flag means
'never even try to get the last login time', whereas we want to try to use wtmp/wtmpx unless told otherwise. See loginrec.c:getlast_entry().
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3e6eccff2..77ece4418 100644
--- a/configure.in
+++ b/configure.in
@@ -1010,8 +1010,8 @@ if test -z "$conf_lastlog_location"; then
1010 fi 1010 fi
1011 done 1011 done
1012 if test -z "$conf_lastlog_location"; then 1012 if test -z "$conf_lastlog_location"; then
1013 AC_MSG_WARN([** Cannot find lastlog - disabling feature **]) 1013 AC_MSG_WARN([** Cannot find lastlog **])
1014 AC_DEFINE(DISABLE_LASTLOG) 1014 dnl Don't define DISABLE_LASTLOG - that means we don't try wtmp/wtmpx
1015 fi 1015 fi
1016 fi 1016 fi
1017fi 1017fi