Merge pull request #1829 from nghttp2/disable-python-bindings

Disable python bindings
This commit is contained in:
Tatsuhiro Tsujikawa 2022-11-11 19:29:56 +09:00 committed by GitHub
commit bea6cae0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ jobs:
- name: Configure autotools
run: |
autoreconf -i
./configure --disable-python-bindings
./configure
- name: Configure cmake (Linux)
if: matrix.buildtool == 'cmake' && runner.os == 'Linux'
run: |

View File

@ -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],