Module: vkd3d Branch: master Commit: 393f1d858da8e4aef867f46fb9b3c2925261eeb8 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=393f1d858da8e4aef867f46f... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Mon Apr 15 10:13:55 2019 +0200 build: Print widl in configuration summary. Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 28f2ac9..02f9028 100644 --- a/configure.ac +++ b/configure.ac @@ -129,6 +129,8 @@ AS_IF([test "x$CROSSTARGET32" != "xno" -o "x$CROSSTARGET64" != "xno"], AS_ECHO([" Configuration summary for $PACKAGE $VERSION + widl: ${WIDL} + Have XCB: ${HAVE_XCB} Have SPIRV-Tools: ${with_spirv_tools}