From 64bd27e61c21974d74ca960dad6b26b611026774 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 7 Jul 2014 21:23:08 +0200 Subject: [PATCH] Fix bootstrap/configure condition --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 9a9a598dc..321be5180 100755 --- a/compile.sh +++ b/compile.sh @@ -268,7 +268,7 @@ if [ $# -eq 1 ] && [ "$1" = "jni" ]; then TARGET="vlc-android/obj/local/armeabi-v7a/libvlcjni.so" else CLEAN="distclean" - if [ ! -f ../config.h ]; then + if [ ! -f config.h ]; then echo "Bootstraping" ../bootstrap echo "Configuring" -- GitLab