Skip to content

Commit

Permalink
Also use AC_PATH_TOOL for ar. Closes: #652.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlindgren90 committed Jul 30, 2016
1 parent 9fb61b0 commit ba4b6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude.m4
Expand Up @@ -142,7 +142,7 @@ AC_PROG_LN_S
AC_PATH_PROG([RM], [rm])
AC_PATH_PROG([MV], [mv])
AC_PATH_PROG([CP], [cp])
AC_PATH_PROG([AR], [ar])
AC_PATH_TOOL([AR], [ar])
AC_PATH_TOOL([RANLIB], [ranlib])
AC_PATH_TOOL([WINDRES], [windres])
Expand Down

0 comments on commit ba4b6ec

Please sign in to comment.