diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
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 | ) |
1439 | AC_ARG_WITH(lastlog, | 1439 | AC_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 | ||
1443 | dnl lastlog, [uw]tmpx? detection | 1450 | dnl lastlog, [uw]tmpx? detection |
1444 | dnl NOTE: set the paths in the platform section to avoid the | 1451 | dnl NOTE: set the paths in the platform section to avoid the |