configure: Remove the no longer used check for VULKAN_LIBS.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura
2022-04-22 15:18:00 -05:00
committed by Alexandre Julliard
parent f9c7b123d8
commit 99a3adcc19
2 changed files with 6 additions and 11 deletions

View File

@@ -112,7 +112,6 @@ case $host_os in
;;
esac
AC_ARG_VAR([VULKAN_LIBS], [linker flags for the Vulkan library])
VKD3D_CHECK_VULKAN
AS_IF([test "x$with_ncurses" != "xno"],