]> git.sesse.net Git - vlc/commitdiff
boostrap: Fix previous commit (oops)
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 20 Jul 2007 22:44:02 +0000 (22:44 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 20 Jul 2007 22:44:02 +0000 (22:44 +0000)
bootstrap

index 1b366c44b9a0137acb471871ba44099a4095460d..da964dc992405c01af92432448574e116a4aac63 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -34,7 +34,7 @@ INSTALLSUCKS=no
 ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}"
 
 # Check for contrib directory
-if then
+if test -d extras/contrib/bin; then
   export PATH="`pwd`/extras/contrib/bin:$PATH"
   if test -d extras/contrib/share/aclocal; then
     ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal"