[Android] Re-configure until config.h was created, not only configure

Jean-Baptiste Kempf git at videolan.org
Fri Jul 4 01:48:44 CEST 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul  4 00:44:40 2014 +0200| [862ebe32edcd610004f6d24d215d607125f93bf7] | committer: Jean-Baptiste Kempf

Re-configure until config.h was created, not only configure

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=862ebe32edcd610004f6d24d215d607125f93bf7
---

 compile.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 4fd9642..3d57d43 100755
--- a/compile.sh
+++ b/compile.sh
@@ -271,7 +271,7 @@ if [ $# -eq 1 ] && [ "$1" = "jni" ]; then
     TARGET="vlc-android/obj/local/armeabi-v7a/libvlcjni.so"
 else
     CLEAN="distclean"
-    if [ ! -f ../configure ]; then
+    if [ ! -f ../config.h ]; then
         echo "Bootstraping"
         ../bootstrap
         echo "Configuring"



More information about the Android mailing list