Merge pull request #1811 from nghttp2/disable-python

Disable python bindings by default because it has been deprecated
This commit is contained in:
Tatsuhiro Tsujikawa 2022-10-04 17:08:40 +09:00 committed by GitHub
commit 6c45e943b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ AC_ARG_ENABLE([examples],
AC_ARG_ENABLE([python-bindings],
[AS_HELP_STRING([--enable-python-bindings],
[Build Python bindings [default=check]])],
[Build Python bindings [default=no]])],
[request_python_bindings=$enableval], [request_python_bindings=check])
AC_ARG_ENABLE([failmalloc],