From e2f647493e9c5820266f095393fc8df4b2e1b28b Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Sat, 30 Mar 2002 17:19:01 +0000
Subject: [PATCH] change test -e to test -f for Solaris.

git-svn-id: http://root.cern.ch/svn/root/trunk@4274 27541ba8-7e3a-0410-8455-c3a389f83636
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 714e7700f94..e2e36ca2031 100755
--- a/configure
+++ b/configure
@@ -1108,7 +1108,7 @@ fi
 echo $ac_n "Checking for shadow passwords ... $ac_c"
 
 if test "x$enable_shadowpw" = "x"; then
-   if test -e "/etc/shadow"; then
+   if test -f "/etc/shadow"; then
       enable_shadowpw="yes"
    else
       enable_shadowpw="no"
-- 
GitLab