]> git.sesse.net Git - vlc/commitdiff
Contrib: Make sure curl follow "Location:". (Fix Mac OS X Nightlies)
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 18 May 2007 18:41:13 +0000 (18:41 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 18 May 2007 18:41:13 +0000 (18:41 +0000)
extras/contrib/bootstrap

index 35fc99bb0af9cf4ef5dc5ed0ddfc131c45baa1d6..220c768614e14b1fe1c5173c229a0907a7f431e1 100755 (executable)
@@ -230,7 +230,7 @@ echo "EXTRA_LDFLAGS = ${EXTRA_LDFLAGS}" >> config.mak
 echo "EXTRA_PATH = ${EXTRA_PATH}" >> config.mak
 
 if which curl >/dev/null; then
-       echo "WGET = curl -O" >> config.mak
+       echo "WGET = curl -L -O" >> config.mak
 elif wget --version >/dev/null 2>&1; then
        echo "WGET = wget" >> config.mak
 else