Commit a89c768b authored by unknown's avatar unknown

Merge gleb.loc:/home/uchum/work/bk/5.1

into  gleb.loc:/home/uchum/work/bk/5.1-opt

parents 35ed02ba c51f1e1b
...@@ -648,11 +648,8 @@ case $CXX_VERSION in ...@@ -648,11 +648,8 @@ case $CXX_VERSION in
ARFLAGS="-xar -o" ARFLAGS="-xar -o"
;; ;;
*) *)
if test -z "$AR" AC_CHECK_PROG([AR], [ar], [ar])
then if test -z "$AR" || test "$AR" = "false"
AC_CHECK_PROG([AR], [ar], [ar])
fi
if test -z "$AR"
then then
AC_MSG_ERROR([You need ar to build the library]) AC_MSG_ERROR([You need ar to build the library])
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment