summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-11-03 15:54:46 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-11-03 15:54:46 +0000
commitcd2581b4c05b828889d2011c89100d0934dc3875 (patch)
treefbb672d0cf26a91f28a4daa2875eb378ae2330f9 /configure.ac
parentba2e11f468e9cd6819866d13aca5274afa2f3570 (diff)
downloadmpc-cd2581b4c05b828889d2011c89100d0934dc3875.tar.gz
tentative fix for win32 dll
cf http://sourceware.org/autobook/autobook/autobook_88.html and http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-November/000990.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1108 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e7b88c5..1d89134 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,6 +207,8 @@ AS_IF([test "x$enable_logging" = "xyes"],
)
# Configs for Windows DLLs
+AC_SUBST(MPC_LDFLAGS)
+AC_LIBTOOL_WIN32_DLL
case $host in
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
MPC_WINDOWS