summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@gmail.com>2008-04-06 08:57:33 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-04-06 08:57:33 +0000
commitaea855b7a8954320bc70cc3a70c7c1b13ea625a7 (patch)
treee87eeb6c143fb77dad48b35f5eb4764513b6f90f
parent0815b7881155c844b545493369a30df6d4d91963 (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 a35c11e9..a3965776 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-04 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 6277a650..547823a3 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([CXX])
+AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***