commit | b860c4aab0da47ce8f6baeba083099f03a3d203a | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Sep 01 22:36:13 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 01 22:36:13 2009 +0200 |
tree | 85f4198a5836735dc776dfffe9017e1de8aed1a0 | |
parent | 835928720b0bc38a4f362a363997240b0fbf0bec [diff] [blame] |
configure: Add a .exe extension to the tools dependencies when building on Windows.
diff --git a/configure.ac b/configure.ac index 1563876..5c753c0 100644 --- a/configure.ac +++ b/configure.ac
@@ -1593,6 +1593,7 @@ AC_SUBST(LDPATH,"") case $build_os in cygwin*|mingw32*) + AC_SUBST(TOOLSEXT,".exe") LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\"" ;; darwin*|macosx*)