From e4a6b35a28be9001c102a4d9a268c9c07d0880bf Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sun, 6 Apr 2008 08:58:39 +0000 Subject: [PATCH] configure.ac: Actually build dlls when cross-compiling with mingw32. Original commit message from CVS: Patch by: Damien Lespiau * configure.ac: Actually build dlls when cross-compiling with mingw32. Fixes bug #526247. --- ChangeLog | 8 ++++++++ configure.ac | 1 + 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9c27067cc6..da2a8902ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-04-06 Sebastian Dröge + + Patch by: Damien Lespiau + + * configure.ac: + Actually build dlls when cross-compiling with mingw32. + Fixes bug #526247. + 2008-04-05 Sebastian Dröge * tests/check/elements/ofa.c: (GST_START_TEST): diff --git a/configure.ac b/configure.ac index c2c0989c05..a64d0fae5a 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,7 @@ dnl the generated libtool script has no support for the listed tags. dnl So this needs to be fixed first if we want to use this dnl AS_LIBTOOL_TAGS([CXX]) +AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff ***