[Libreoffice-commits] .: post_download.in

Tor Lillqvist tml at kemper.freedesktop.org
Wed Nov 2 09:08:54 PDT 2011


 post_download.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ab6d2841dc47219d443e18f007f7b9893705966
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Nov 2 17:39:07 2011 +0200

    Pointless to check for "executability" of gdiplus.dll here

diff --git a/post_download.in b/post_download.in
index 7c5d07f..6025d38 100644
--- a/post_download.in
+++ b/post_download.in
@@ -50,7 +50,7 @@ dnl Windows builds need gdiplus.dll in external/gdiplus/
 dnl ===================================================================
 if test "$_os" = "WINNT"; then
    AC_MSG_CHECKING([for gdiplus.dll])
-   if test -x ./external/gdiplus/gdiplus.dll; then
+   if test -f ./external/gdiplus/gdiplus.dll; then
       AC_MSG_RESULT([found])
    else
       AC_MSG_ERROR([gdiplus.dll is missing in external/gdiplus/.


More information about the Libreoffice-commits mailing list