Fix configure messages when C++20 is not available
This commit is contained in:
parent
3bc754da10
commit
c1bfda210f
1 changed files with 2 additions and 0 deletions
|
|
@ -315,6 +315,8 @@ if test x"$enable_cpp11_testing" = xyes; then
|
|||
HAVE_CXX14="1"
|
||||
HAVE_CXX11="1"
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
||||
# Test for c++17
|
||||
CXXCPP=" "
|
||||
AX_CXX_COMPILE_STDCXX(17, [noext], [optional])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue