summaryrefslogtreecommitdiff
path: root/media-libs/portaudio/files/portaudio-19.06.00-AR.patch
blob: 4628c0aff920bfbe78be6ebd97f2f310d108ee3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Accept relative paths to AR as well.

https://bugs.gentoo.org/720966
--- a/configure.in
+++ b/configure.in
@@ -105,7 +105,7 @@ AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 AC_PROG_LN_S
-AC_PATH_PROG(AR, ar, no)
+AC_CHECK_PROG(AR, ar, no)
 if [[ $AR = "no" ]] ; then
     AC_MSG_ERROR("Could not find ar - needed to create a library")
 fi