mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 13:37:56 +00:00
autotools: fixed d3d12 detection result report.
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -27183,10 +27183,12 @@ _ACEOF
|
||||
if ac_fn_c_try_compile "$LINENO"
|
||||
then :
|
||||
have_d3d12=yes
|
||||
else $as_nop
|
||||
have_d3d12=no
|
||||
fi
|
||||
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: have_d3d12" >&5
|
||||
printf "%s\n" "have_d3d12" >&6; }
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_d3d12" >&5
|
||||
printf "%s\n" "$have_d3d12" >&6; }
|
||||
ac_fn_c_check_header_compile "$LINENO" "ddraw.h" "ac_cv_header_ddraw_h" "$ac_includes_default"
|
||||
if test "x$ac_cv_header_ddraw_h" = xyes
|
||||
then :
|
||||
|
||||
Reference in New Issue
Block a user