diff --git a/configure b/configure index 714e7700f94eae643ffbe771e7e10d7ce309cbcd..e2e36ca203129a9610c87204dece99e2955c59e6 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"