commit | 1aea4efd7999a19265c44c8be85cee7064bec97b | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Aug 27 13:35:46 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 27 13:35:50 2009 +0200 |
tree | a9a55b75e6a2befb806140ad1cd86eb82a312e8b | |
parent | f5896a2be00dc25e6f04be76b9debaecf79f9514 [diff] [blame] |
tools: Take into account the executable extension when looking for tools in the path.
diff --git a/configure b/configure index 1c42c9e..bcf67cf 100755 --- a/configure +++ b/configure
@@ -3960,6 +3960,11 @@ fi +cat >>confdefs.h <<_ACEOF +#define EXEEXT "$ac_exeext" +_ACEOF + + case $host in *-darwin*) if test "x$enable_win64" = "xyes"