summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-01-31 09:57:55 +1100
committerDamien Miller <djm@mindrot.org>2001-01-31 09:57:55 +1100
commit709528ab6a271ce39155fc494d40689f578f9d38 (patch)
tree5574e0b05aac9d0fa7e1ffd33f0342a5fc679c37 /configure.in
parent3c4659cb6ffb68ef0e81813eb737a3a3544e726c (diff)
- (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com> respectively.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3a812d05d..d9f59a315 100644
--- a/configure.in
+++ b/configure.in
@@ -1438,7 +1438,14 @@ AC_ARG_ENABLE(pututxline,
1438) 1438)
1439AC_ARG_WITH(lastlog, 1439AC_ARG_WITH(lastlog,
1440 [ --with-lastlog=FILE|DIR specify lastlog location [common locations]], 1440 [ --with-lastlog=FILE|DIR specify lastlog location [common locations]],
1441 [ conf_lastlog_location="$withval"; ],) 1441 [
1442 if test "x$withval" = "xno" ; then
1443 AC_DEFINE(DISABLE_LASTLOG)
1444 else
1445 conf_lastlog_location=$withval
1446 fi
1447 ]
1448)
1442 1449
1443dnl lastlog, [uw]tmpx? detection 1450dnl lastlog, [uw]tmpx? detection
1444dnl NOTE: set the paths in the platform section to avoid the 1451dnl NOTE: set the paths in the platform section to avoid the