summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8b3af35f8..34c4dfaf3 100644
--- a/configure.in
+++ b/configure.in
@@ -354,8 +354,6 @@ AC_ARG_WITH(lastlog,
354 if test "x$gotlastlog" = "xdir" ; then 354 if test "x$gotlastlog" = "xdir" ; then
355 AC_MSG_RESULT(${lastlog}/) 355 AC_MSG_RESULT(${lastlog}/)
356 AC_DEFINE(LASTLOG_IS_DIR) 356 AC_DEFINE(LASTLOG_IS_DIR)
357 AC_MSG_WARN([*** Directory-based lastlogs are not yet supported ***])
358 nolastlog=1
359 else 357 else
360 AC_MSG_RESULT($lastlog) 358 AC_MSG_RESULT($lastlog)
361 AC_DEFINE_UNQUOTED(LASTLOG_LOCATION, "$lastlog") 359 AC_DEFINE_UNQUOTED(LASTLOG_LOCATION, "$lastlog")