m4/mingw.m4 | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit 44d470c71740a6679b154eeec6af7bf352748c16 Author: Andras Timar <ati...@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]) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits