]> git.sesse.net Git - vlc/commitdiff
Add another test for MacOS X 10.4.0 with Darwin ports installed
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 20 Jun 2006 12:51:29 +0000 (12:51 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 20 Jun 2006 12:51:29 +0000 (12:51 +0000)
extras/contrib/bootstrap

index 20c4b565e88eec20166f32ae7af22327229e326d..3a23255a5bdec7bf38e32572b46f23ce950805b1 100755 (executable)
@@ -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