aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libdivecomputer/files/fix-ar.patch
blob: cc3f5d47861cc06514e66f1118cd207f8d2d4518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
 configure.ac |    1 +
 1 file changed, 1 insertion(+)

--- git.orig/configure.ac
+++ git/configure.ac
@@ -24,10 +24,11 @@ LT_INIT([win32-dll])
 LT_PROG_RC
 
 # Checks for programs.
 AC_PROG_CC
 AC_PROG_CC_C99
+AM_PROG_AR
 
 # Enable automake silent build rules.
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
 # Checks for native Windows.