summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-02 11:45:33 +1100
committerDamien Miller <djm@mindrot.org>2000-01-02 11:45:33 +1100
commit6b85a7ffa6aefa75be7b19fc08a99d3971e02412 (patch)
treea1e49bce1c5be172c1ecf82dc7b4874470f19e42 /configure.in
parent7cfd3e6fb631a59e28e3f6876d663fae4e63002d (diff)
- Added support for directory-based lastlogs
- Really fix typedefs, patch from Ben Taylor <bent@clark.net> - Prevent multiple inclusion of config.h and defines.h. Suggested by Andre Lucas <andre.lucas@dial.pipex.com>
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")