Browse Source

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

into  production.mysql.com:/usersnfs/jperkin/bk/trees/51/mysql-5.1
pull/73/head
jperkin@production.mysql.com 18 years ago
parent
commit
ebb1d05402
  1. 7
      config/ac-macros/misc.m4

7
config/ac-macros/misc.m4

@ -648,11 +648,8 @@ case $CXX_VERSION in
ARFLAGS="-xar -o"
;;
*)
if test -z "$AR"
then
AC_CHECK_PROG([AR], [ar], [ar])
fi
if test -z "$AR"
AC_CHECK_PROG([AR], [ar], [ar])
if test -z "$AR" || test "$AR" = "false"
then
AC_MSG_ERROR([You need ar to build the library])
fi

Loading…
Cancel
Save