If default 'ar' is not available, try to find one with a host prefix (closes #145)

time-shift
Sébastien Villemot 2011-01-20 15:13:32 -05:00
parent 72008502c1
commit df2f28ed34
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ AC_LANG([C++])
CXXFLAGS="$CXXFLAGS -Wall -Wno-parentheses"
# If default 'ar' is not available, try to find one with a host prefix (see ticket #145)
AC_CHECK_PROGS([AR], [ar ${host_alias}-ar])
AC_PROG_RANLIB
AX_PROG_LN_S