Disable python bindings by default because it has been deprecated

This commit is contained in:
Tatsuhiro Tsujikawa 2022-10-04 16:04:43 +09:00
parent 7380ff3551
commit b63705384a
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],