Просмотр исходного кода

Merge branch 'master' into next

* master:
  Ensure CC/CXX are passed into bdlib.
Bryan Drewery 8 лет назад
Родитель
Сommit
9e0ccdc7d4
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      build/autotools/configure.ac
  2. 1 0
      configure

+ 1 - 0
build/autotools/configure.ac

@@ -278,6 +278,7 @@ if test -d .git; then
 fi
 fi
 ]
 ]
 
 
+export CC CXX
 if [[ -f lib/bdlib/configure ]]; then
 if [[ -f lib/bdlib/configure ]]; then
   AC_CONFIG_SUBDIRS([lib/bdlib])
   AC_CONFIG_SUBDIRS([lib/bdlib])
 fi
 fi

+ 1 - 0
configure

@@ -8577,6 +8577,7 @@ if test -d .git; then
 fi
 fi
 
 
 
 
+export CC CXX
 if [ -f lib/bdlib/configure ]; then
 if [ -f lib/bdlib/configure ]; then