- (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>

This commit is contained in:
Damien Miller 2000-06-12 23:04:18 +10:00
parent b405d6108b
commit c29de955f4
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
20000612
- (djm) Glob manpages in RPM spec files to catch compressed files
- (djm) Full license in auth-pam.c
- (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
20000610
- (djm) Minor doc tweaks

View File

@ -1003,7 +1003,7 @@ AC_TRY_COMPILE([
if test -z "$conf_lastlog_location"; then
if test x"$system_lastlog_path" = x"no" ; then
for f in /var/log/lastlog /usr/adm/lastlog /var/adm/lastlog /etc/security/lastlog ; do
if test -d "$f" -o -e "$f" ; then
if test -d "$f" -o -f "$f" ; then
conf_lastlog_location=$f
fi
done