summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-21 12:22:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-21 12:22:29 +0000
commit82eee4eaac613a3c9002101dc26a9007efbf9473 (patch)
tree9beab98006bd4026d0a7adcc6321f94e7cf05203 /post_download.in
parenta95a2287fc42e0cfbc28523844247ecc8d48c0c1 (diff)
Resolves: fdo#32426 first cut at auto-downloading windows depends
Diffstat (limited to 'post_download.in')
-rwxr-xr-xpost_download.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_download.in b/post_download.in
index 3668b998a988..989ba1e3769f 100755
--- a/post_download.in
+++ b/post_download.in
@@ -55,7 +55,7 @@ dnl Windows builds need dbghelp.dll in external/dbghelp/
dnl ===================================================================
if test "$_os" = "WINNT"; then
AC_MSG_CHECKING([for dbghelp.dll])
- if test -x ./external/dbghelp/dbghelp.dll; then
+ if test -f ./external/dbghelp/dbghelp.dll; then
AC_MSG_RESULT([found])
else
AC_MSG_ERROR([dbghelp.dll is missing in external/dbghelp/.