configure.ac: Actually build dlls when cross-compiling with mingw32.
authorDamien Lespiau <damien.lespiau@gmail.com>
Sun, 6 Apr 2008 08:58:39 +0000 (08:58 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 6 Apr 2008 08:58:39 +0000 (08:58 +0000)
Original commit message from CVS:
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
* configure.ac:
Actually build dlls when cross-compiling with mingw32.
Fixes bug #526247.

ChangeLog
configure.ac

index 9c27067..da2a890 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
+
+        Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
+
+        * configure.ac:
+        Actually build dlls when cross-compiling with mingw32.
+        Fixes bug #526247.
+
 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * tests/check/elements/ofa.c: (GST_START_TEST):
index c2c0989..a64d0fa 100644 (file)
@@ -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 ***