summaryrefslogtreecommitdiff
blob: b82682008715a6e5659ee772c7db6ad3d5592d37 (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
From 69c66475d2887e50150ceb4481934749ad46feb6 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Thu, 21 May 2020 01:38:02 +0200
Subject: [PATCH] Support the AR variable

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

diff --git a/configure.ac b/configure.ac
index 2e2fcc3..897282e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ fi
 # Checks for programs.
 AC_PROG_INSTALL
 AC_PROG_CC
+AM_PROG_AR
 AC_PROG_RANLIB
 if test "$USE_MAN" = "yes"; then
 	RSVN_CHECK_MAN_PROGS
-- 
2.26.2