Commit 77bec750 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Add another test for MacOS X 10.4.0 with Darwin ports installed

parent 357232c4
......@@ -156,6 +156,8 @@ if test -f /sw/bin/svn; then
echo "SVN = /sw/bin/svn" >> config.mak
elif test -f /usr/local/bin/svn; then
echo "SVN = /usr/local/bin/svn" >> config.mak
elif test -f /opt/local/bin/svn; then
echo "SVN = /opt/local/bin/svn" >> config.mak
elif svn help >/dev/null 2>&1; then
echo "SVN = svn" >> config.mak
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment