This commit is contained in:
Mathi Gwithyas 2022-11-01 05:21:19 +09:00 committed by GitHub
commit c16336591c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -832,6 +832,11 @@ if test "x${request_hpack_tools}" = "xyes" &&
AC_MSG_ERROR([HPACK tools were requested (--enable-hpack-tools) but dependencies are not met.])
fi
if AX_CXX_COMPILE_STDCXX([14], [noext], [optional]) then
enable_hpack_tools=no
AC_MSG_WARN([HPACK tools were requested but depend on C++14])
fi
AM_CONDITIONAL([ENABLE_HPACK_TOOLS], [ test "x${enable_hpack_tools}" = "xyes" ])
# C++ library libnghttp2_asio