summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 615a8dac3..6423b62e2 100644
--- a/configure.in
+++ b/configure.in
@@ -487,7 +487,7 @@ AC_ARG_WITH(lastlog,
487 ], 487 ],
488 [ 488 [
489 AC_MSG_CHECKING([location of lastlog file]) 489 AC_MSG_CHECKING([location of lastlog file])
490 for lastlog in /var/log/lastlog /var/adm/lastlog /etc/security/lastlog ; do 490 for lastlog in /var/log/lastlog /var/adm/lastlog /usr/adm/lastlog /etc/security/lastlog ; do
491 if test -f $lastlog ; then 491 if test -f $lastlog ; then
492 gotlastlog="file" 492 gotlastlog="file"
493 break 493 break