renamed AX_CXX_NAMESPACE_STD to AX_CXX_NAMESPACES
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-10-20 23:59:19 +09:00
parent d7ce330bb8
commit 1fc2c0eb12
11 changed files with 53 additions and 3 deletions

View File

@ -31,7 +31,7 @@ AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
if test "${HAVE_CXX}" = "yes"
then
dnl check if the C++ compiler supports namespace
AX_CXX_NAMESPACE_STD
AX_CXX_NAMESPACES
dnl HAVE_CXX11
AX_CXX_COMPILE_STDCXX(11, , optional)
fi