Browse Source

Solaris 7 fix

experimetnal/RETURN_REF_PATCH
Stig Bakken 27 years ago
parent
commit
24eb90c524
  1. 2
      buildconf

2
buildconf

@ -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..."

Loading…
Cancel
Save