mirror of
https://github.com/reactos/ccache.git
synced 2024-12-04 17:56:21 +00:00
Check $AR when detecting ar as this seems to be the official way
This commit is contained in:
parent
cb2bf5daa1
commit
e1b287d0ca
@ -17,7 +17,7 @@ AC_PROG_CPP
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_RANLIB
|
||||
AC_CHECK_TOOL(AR, ar)
|
||||
if test -z "$ac_ct_AR"; then
|
||||
if test -z "$AR"; then
|
||||
AC_MSG_ERROR(cannot find ar)
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user