Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 650 Bytes

0004-configury-do-AC_LIBTOOL_WIN32_DLL-for-win32-dll-buil.patch

File metadata and controls

26 lines (21 loc) · 650 Bytes
 
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 1a72827e1ad990b09f252c4f643b762b8070e8f5 Mon Sep 17 00:00:00 2001
From: sezero <sezero@users.sourceforge.net>
Date: Tue, 20 Mar 2018 11:24:24 +0300
Subject: [PATCH] configury: do AC_LIBTOOL_WIN32_DLL for win32 dll builds
---
configure.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in
index e7f5690..152cb04 100644
--- a/configure.in
+++ b/configure.in
@@ -36,7 +36,8 @@ AC_PROG_CC
AC_PROG_CPP
CFLAGS="$cflags_save"
-AM_PROG_LIBTOOL
+AC_LIBTOOL_WIN32_DLL
+AC_PROG_LIBTOOL
dnl --------------------------------------------------
dnl Set build flags based on environment
--
1.7.1