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

into  gleb.loc:/home/uchum/work/bk/5.1-opt
This commit is contained in:
unknown 2007-09-14 12:18:48 +05:00
commit a89c768bc0

View File

@ -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