summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@gmail.com>2008-04-06 08:57:59 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-04-06 08:57:59 +0000
commita91d574de1f42d8d9ed3ba59c0236b08da9688d9 (patch)
tree5bb9c73d351db629f21eaf6e6a9db3220f98d0a8
parent3e9bbb6b6497b96cff759be19cd0ee1b479421e6 (diff)
configure.ac: Actually build dlls when cross-compiling with mingw32.
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.
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac1
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51cc0e7b..96d42cf0 100644
--- 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 Tim-Philipp Müller <tim at centricular dot net>
* ext/hal/hal.c: (gst_hal_get_alsa_element):
diff --git a/configure.ac b/configure.ac
index e33e7bfd..dbb1a8c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,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
+AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***