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.
This commit is contained in:
Damien Lespiau 2008-04-06 08:57:33 +00:00 committed by Sebastian Dröge
parent 0815b78811
commit aea855b7a8
2 changed files with 9 additions and 0 deletions

View File

@ -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> 2008-04-04 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac: * configure.ac:

View File

@ -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 So this needs to be fixed first if we want to use this
dnl AS_LIBTOOL_TAGS([CXX]) dnl AS_LIBTOOL_TAGS([CXX])
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***