Subject: [ID
20020305.014] Configure: /usr/bin/df: not found
Message-Id: <
200203052026.g25KQtV24683@copper.dulles.tasc.com>
p4raw-id: //depot/perl@15048
# Check that /dev/fd is mounted. If it is not mounted, let the
# user know that suid scripts may not work.
-/usr/bin/df /dev/fd 2>&1 > /dev/null
+df /dev/fd 2>&1 > /dev/null
case $? in
0) ;;
*)