summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-05-01 17:26:24 +0200
committerAndras Timar <atimar@suse.com>2012-05-01 17:27:15 +0200
commit44d470c71740a6679b154eeec6af7bf352748c16 (patch)
treece8fc758ab3488727dc070747659de07af31137e /m4
parent82850c932054a5a1549c3cfbfc61e8e3dcb6e0fb (diff)
fdo#47584 add yet another MinGW dll filename pattern
Diffstat (limited to 'm4')
-rw-r--r--m4/mingw.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/mingw.m4 b/m4/mingw.m4
index 1cf5649e5014..c7ab21d1e78a 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])