Commentary (#3847)

This commit is contained in:
Wilson Snyder 2023-01-10 07:12:23 -05:00
parent 2d6d1235d6
commit 7e4760a7e4

View File

@ -532,6 +532,8 @@ AC_DEFUN([_MY_CXX_CHECK_CXX_VER],
[_my_result=no])
])
# Add $CFG_CXXFLAGS_STD_NEWEST only if can't compile correctly otherwise,
# as adding std= when not needed can cause errors with the C++ std library.
AC_MSG_CHECKING(whether $CXX supports C++11)
_MY_CXX_CHECK_CXX_VER()
AC_MSG_RESULT($_my_result)