From aeed166b9e057a18e9506fd84349ee9b35eb6bfb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juho=20V=C3=A4h=C3=A4-Herttua?= Date: Tue, 22 Apr 2014 20:16:33 +0300 Subject: [PATCH] Add DLL building support to autotools scripts --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 94a1bbd..fff796e 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ AM_INIT_AUTOMAKE([foreign]) # Checks for programs. AC_PROG_CC +AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL # Checks for libraries. -- 2.34.1