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.ac b/configure.ac index 39eea85..c880ad3 100644 --- a/configure.ac +++ b/configure.ac
@@ -105,6 +105,7 @@ AC_PROG_CXX dnl We can't use AC_PROG_CPP for winegcc, it uses by default $(CC) -E AC_CHECK_TOOL(CPPBIN,cpp,cpp) +AC_DEFINE_UNQUOTED(EXEEXT,["$ac_exeext"],[Define to the file extension for executables.]) case $host in *-darwin*)