1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Solaris 7 fix

This commit is contained in:
Stig Bakken
1999-07-24 14:54:24 +00:00
parent ae64b9096e
commit 24eb90c524

View File

@@ -3,7 +3,7 @@
# do some version checking for the tools we use
if test "$1" = "--force"; then
shift
elif test -e buildconf.stamp ; then
elif test -r buildconf.stamp ; then
:
else
echo "buildconf: checking installation..."