[Libreoffice-commits] .: m4/mingw.m4

Andras Timar timar at kemper.freedesktop.org
Tue May 1 08:26:21 PDT 2012


 m4/mingw.m4 |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 44d470c71740a6679b154eeec6af7bf352748c16
Author: Andras Timar <atimar at suse.com>
Date:   Tue May 1 17:26:24 2012 +0200

    fdo#47584 add yet another MinGW dll filename pattern

diff --git a/m4/mingw.m4 b/m4/mingw.m4
index 1cf5649..c7ab21d 100644
--- a/m4/mingw.m4
+++ b/m4/mingw.m4
@@ -61,6 +61,10 @@ if test -n "$WITH_MINGW"; then
     if test "$_libo_mingw_dllname" = ""; then
         _libo_mingw_try_dll([$2][-?.?.dll])
     fi
+    dnl maybe the version contains a dash (e.g., libpixman)
+    if test "$_libo_mingw_dllname" = ""; then
+        _libo_mingw_try_dll([$2][-?-?.dll])
+    fi
     dnl maybe it is not versioned
     if test "$_libo_mingw_dllname" = ""; then
         _libo_mingw_try_dll([$2][.dll])


More information about the Libreoffice-commits mailing list