mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
Disable python bindings properly by default
Disable python bindings properly by default. This commit amends
b63705384a.
This commit is contained in:
@@ -95,7 +95,7 @@ AC_ARG_ENABLE([examples],
|
||||
AC_ARG_ENABLE([python-bindings],
|
||||
[AS_HELP_STRING([--enable-python-bindings],
|
||||
[Build Python bindings [default=no]])],
|
||||
[request_python_bindings=$enableval], [request_python_bindings=check])
|
||||
[request_python_bindings=$enableval], [request_python_bindings=no])
|
||||
|
||||
AC_ARG_ENABLE([failmalloc],
|
||||
[AS_HELP_STRING([--disable-failmalloc],
|
||||
|
||||
Reference in New Issue
Block a user