mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
configure: Use AC_CHECK_TOOL to check for widl.
In particular, this will automatically pick up x86_64-w64-mingw32-widl/i686-w64-mingw32-widl (provided by mingw-w64-tools on Debian) when present and building for the corresponding hosts.
This commit is contained in:
parent
aad040af05
commit
2b7d9790d6
Notes:
Alexandre Julliard
2024-04-11 17:06:00 -05:00
Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/780
@ -1,7 +1,7 @@
|
||||
dnl VKD3D_PROG_WIDL(major, minor)
|
||||
AC_DEFUN([VKD3D_PROG_WIDL],
|
||||
|
||||
[AC_CHECK_PROG([WIDL], [widl], [widl], [no])
|
||||
[AC_CHECK_TOOL([WIDL], [widl], [no])
|
||||
|
||||
AS_IF([test "x$WIDL" != "xno"],
|
||||
[AC_MSG_CHECKING([checking whether widl version >= $1.$2])
|
||||
|
Loading…
Reference in New Issue
Block a user