mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
tools/m4: Case to allow C++20 without error.
This commit is contained in:
parent
083cd73eb8
commit
b5e1446510
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ AC_DEFUN([AX_CXX_COMPILE_STDCXX], [dnl
|
|||
m4_if([$1], [11], [],
|
||||
[$1], [14], [],
|
||||
[$1], [17], [],
|
||||
[$1], [20], [],
|
||||
[m4_fatal([invalid first argument `$1' to AX_CXX_COMPILE_STDCXX])])dnl
|
||||
m4_if([$2], [], [],
|
||||
[$2], [gnu], [],
|
||||
|
|
Loading…
Reference in a new issue