From c29de955f4934441b3db9e31535d5e12c33e3d7d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 12 Jun 2000 23:04:18 +1000 Subject: - (djm) Configure fixes from SAKAI Kiyotaka --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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([ 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 -- cgit v1.2.3