Ver Fonte

* Update bdlib submodule to 90f1cc9ffb8b84508d01928900fe10e2dd5c234d

Bryan Drewery há 17 anos atrás
pai
commit
ac3e7cf91e
3 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      autotools/configure.ac
  2. 1 1
      configure
  3. 1 1
      lib/bdlib

+ 1 - 1
autotools/configure.ac

@@ -204,7 +204,7 @@ echo ""
 echo ""
 echo "------------ Configuring BDLIB ------------"
 [
-if test -d .git && ! test -d lib/bdlib/.git; then
+if test -d .git; then
   git submodule update --init
 fi
 ]

+ 1 - 1
configure

@@ -14874,7 +14874,7 @@ echo ""
 echo ""
 echo "------------ Configuring BDLIB ------------"
 
-if test -d .git && ! test -d lib/bdlib/.git; then
+if test -d .git; then
   git submodule update --init
 fi
 

+ 1 - 1
lib/bdlib

@@ -1 +1 @@
-Subproject commit 9364c1a11098c192c10641a4fef5005dd236e110
+Subproject commit 90f1cc9ffb8b84508d01928900fe10e2dd5c234d