Răsfoiți Sursa

Merge branch 'master' into next

* master:

Conflicts:
	configure
Bryan Drewery 14 ani în urmă
părinte
comite
05a2dc1d78
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      configure

+ 3 - 3
configure

@@ -9929,9 +9929,6 @@ if [ "$GIT_REQUIRED" = "1" ]; then
 fi
 fi
 
 
 
 
-echo ""
-echo ""
-echo "------------ Configuring BDLIB ------------"
 
 
 if test -d .git; then
 if test -d .git; then
   git submodule init
   git submodule init
@@ -9946,4 +9943,7 @@ if [ $? -ne 0 ]; then
 fi
 fi
 
 
 
 
+echo ""
+echo ""
+echo "------------ Configuring BDLIB ------------"
 test -f lib/bdlib/configure && cd lib/bdlib && MAKEJOBS="$MAKEJOBS" ./configure
 test -f lib/bdlib/configure && cd lib/bdlib && MAKEJOBS="$MAKEJOBS" ./configure