Merge trift2.:/MySQL/M50/push-5.0
into trift2.:/MySQL/M50/tmp-5.0
This commit is contained in:
commit
1dc3246fe3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user