summaryrefslogtreecommitdiff
path: root/app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch
blob: 9075723da74cc7d69d6a5642d1028ebd4b3bb709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 4e6295094978817ba02e16ac5404ac9c9e287c82 Mon Sep 17 00:00:00 2001
From: James Le Cuirot <chewi@gentoo.org>
Date: Sun, 17 Oct 2021 09:54:24 +0100
Subject: [PATCH] Have configure respect the AR variable instead of setting it
 to "ar"

---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index bb2c69de..6e41d68e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,6 +66,7 @@ AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AC_PROG_RANLIB
+AM_PROG_AR
 AM_PROG_CC_C_O
 # AC_PATH_TOOL(OBJCOPY, objcopy)
 AC_PATH_PROG([MSGFMT], [msgfmt], [not found])
-- 
2.32.0