From: Juho Vähä-Herttua Date: Tue, 22 Apr 2014 17:16:33 +0000 (+0300) Subject: Add DLL building support to autotools scripts X-Git-Tag: upstream/0.9.0~4^2~1 X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=commitdiff_plain;h=aeed166b9e057a18e9506fd84349ee9b35eb6bfb Add DLL building support to autotools scripts --- 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.