]> git.sesse.net Git - vlc/commitdiff
* fix to the svn-recognition
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 9 May 2005 15:55:46 +0000 (15:55 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 9 May 2005 15:55:46 +0000 (15:55 +0000)
extras/contrib/bootstrap

index 1c46091d6eaaa7b4341c29ee64fb1bc4591565d0..02cacec214428970497ec4578887da3c928d6a35 100755 (executable)
@@ -68,6 +68,8 @@ fi
 
 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 svn help >/dev/null 2>&1; then
         echo "SVN = svn" >> config.mak
 else