diff options
author | Damien Lespiau <damien.lespiau@gmail.com> | 2008-04-06 08:58:39 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-04-06 08:58:39 +0000 |
commit | e4a6b35a28be9001c102a4d9a268c9c07d0880bf (patch) | |
tree | a8ad99938f707ed3d7f793cc8212372416032b64 /configure.ac | |
parent | cf95d41d534973041c3a075551d199ce19d3033c (diff) | |
download | gst-plugins-bad-e4a6b35a28be9001c102a4d9a268c9c07d0880bf.tar.gz gst-plugins-bad-e4a6b35a28be9001c102a4d9a268c9c07d0880bf.tar.bz2 gst-plugins-bad-e4a6b35a28be9001c102a4d9a268c9c07d0880bf.zip |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c2c0989c..a64d0fae 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 *** |