configure: check for C17 by default

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2024-03-19 15:42:00 -03:00
parent 6c2ff982dc
commit 5ff0eb34d2
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4033,7 +4033,7 @@ mandir_default='${prefix}/share/man'
# toolchain
ar_default="ar"
cc_default="gcc"
stdc_default="c11"
stdc_default="c17"
stdcxx_default="c++11"
cxx_default="g++"
host_cc_default="gcc"