summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-12 23:04:18 +1000
committerDamien Miller <djm@mindrot.org>2000-06-12 23:04:18 +1000
commitc29de955f4934441b3db9e31535d5e12c33e3d7d (patch)
tree8d34c07e729da399d96bdaf998fc555e8ea558b4 /configure.in
parentb405d6108b3943f85b192cd64292542d9f2669dc (diff)
- (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
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 9eb38393e..a9b3d2f35 100644
--- a/configure.in
+++ b/configure.in
@@ -1003,7 +1003,7 @@ AC_TRY_COMPILE([
1003if test -z "$conf_lastlog_location"; then 1003if test -z "$conf_lastlog_location"; then
1004 if test x"$system_lastlog_path" = x"no" ; then 1004 if test x"$system_lastlog_path" = x"no" ; then
1005 for f in /var/log/lastlog /usr/adm/lastlog /var/adm/lastlog /etc/security/lastlog ; do 1005 for f in /var/log/lastlog /usr/adm/lastlog /var/adm/lastlog /etc/security/lastlog ; do
1006 if test -d "$f" -o -e "$f" ; then 1006 if test -d "$f" -o -f "$f" ; then
1007 conf_lastlog_location=$f 1007 conf_lastlog_location=$f
1008 fi 1008 fi
1009 done 1009 done