Kaydet (Commit) 4ab6d284 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

üst 8fa8a59c
......@@ -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/.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment