Commit 0e19b058 authored by unknown's avatar unknown

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

into  production.mysql.com:/usersnfs/jperkin/bk/trees/50/mysql-5.0

parents 91bf9887 dacab8d9
...@@ -773,11 +773,8 @@ case $CXX_VERSION in ...@@ -773,11 +773,8 @@ case $CXX_VERSION in
ARFLAGS="-xar -o" ARFLAGS="-xar -o"
;; ;;
*) *)
if test -z "$AR"
then
AC_CHECK_PROG([AR], [ar], [ar]) AC_CHECK_PROG([AR], [ar], [ar])
fi if test -z "$AR" || test "$AR" = "false"
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