summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjin-eld <jin at mediatomb dot cc>2013-08-26 02:18:09 +0300
committerjin-eld <jin at mediatomb dot cc>2013-08-26 02:18:09 +0300
commit634a67f627a9691926186cd13ff93cb9d7ebd286 (patch)
tree2a9ddff59a5e0ad9ec703c7c38a88135794b58eb /configure.ac
parentb4c358de29215e14ce0352564f5004b19f27c17b (diff)
Also generate a .dll in MinGW builds
Previously only static a static library was produced on MinGW builds, this PR makes sure that we also build a proper .dll
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d11c396a..0911f0d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,7 @@ AC_ARG_WITH(libsodium-libs,
96# Checks for programs. 96# Checks for programs.
97AC_PROG_CC 97AC_PROG_CC
98AM_PROG_CC_C_O 98AM_PROG_CC_C_O
99AC_LIBTOOL_WIN32_DLL
99AC_PROG_LIBTOOL 100AC_PROG_LIBTOOL
100 101
101WIN32=no 102WIN32=no