Merge production.mysql.com:/usersnfs/jperkin/bk/tmp/bug-27520

into  production.mysql.com:/usersnfs/jperkin/bk/trees/50/mysql-5.0
This commit is contained in:
unknown 2007-09-07 15:32:47 +02:00
commit 0e19b0582b

View file

@ -773,11 +773,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