]> git.sesse.net Git - vlc/commitdiff
bootstrap: Fix previous commit.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 20 Jun 2007 21:14:58 +0000 (21:14 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 20 Jun 2007 21:14:58 +0000 (21:14 +0000)
bootstrap

index ee7caf7829953745b3ba107b259aff7a0209d94f..c29edb9984f690a410a3cf49c8d8d07d29a49a85 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -47,20 +47,17 @@ if test -d extras/contrib/bin; then
     export BELIBRARIES=./extras/contrib/lib:$BELIBRARIES
   fi
 elif test ".`uname -s`" = ".Darwin"; then
-  # Make sure contrib has been built
-  if test ! -e ./extras/contrib/config.mak; then
-    set +x
-    echo ""
-    echo "ERR: Contribs haven't been built"
-    echo "ERR: Please run:"
-    echo "ERR: "
-    echo "ERR:    'cd extras/contrib && ./bootstrap && make && cd ../..'"
-    echo "ERR: "
-    echo "ERR: Make sure fink has been disabled too."
-    echo ""
-    set -x
-    exit 1
-  fi
+  set +x
+  echo ""
+  echo "ERR: Contribs haven't been built"
+  echo "ERR: Please run:"
+  echo "ERR: "
+  echo "ERR:    'cd extras/contrib && ./bootstrap && make && cd ../..'"
+  echo "ERR: "
+  echo "ERR: Make sure fink has been disabled too."
+  echo ""
+  set -x
+  exit 1
 fi
 
 # Check for autoconf