Skip to content

Commit

Permalink
Merge pull request #1706 from sternenseemann/configure-check-for-ar
Browse files Browse the repository at this point in the history
configure.ac: check $AR for ar to use
  • Loading branch information
mikebrady authored Jul 9, 2023
2 parents e509849 + 9f8b360 commit 9ef4e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ esac
# Checks for programs.
AC_PROG_CC
AC_PROG_CXX
AC_CHECK_TOOL(AR, ar, :)
AC_PROG_INSTALL

PKG_PROG_PKG_CONFIG([0.9.0])
Expand Down

0 comments on commit 9ef4e35

Please sign in to comment.