summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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