summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-02 17:39:07 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-02 18:08:15 +0200
commit4ab6d2841dc47219d443e18f007f7b9893705966 (patch)
tree779da8d0d7eb11e66e02e90b7c199b3f736d9f3f /post_download.in
parent8fa8a59cad3970bbe68724fbbb93797fb5786c37 (diff)
Pointless to check for "executability" of gdiplus.dll here
Diffstat (limited to 'post_download.in')
-rw-r--r--post_download.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_download.in b/post_download.in
index 7c5d07f08dcc..6025d38579db 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/.