Skip to content
Snippets Groups Projects
Commit df2f28ed authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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

parent 72008502
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,9 @@ AC_LANG([C++]) ...@@ -49,6 +49,9 @@ AC_LANG([C++])
CXXFLAGS="$CXXFLAGS -Wall -Wno-parentheses" 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 AC_PROG_RANLIB
AX_PROG_LN_S AX_PROG_LN_S
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment