From cd2581b4c05b828889d2011c89100d0934dc3875 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Thu, 3 Nov 2011 15:54:46 +0000 Subject: 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 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.1