Merge pull request #1829 from nghttp2/disable-python-bindings
Disable python bindings
This commit is contained in:
commit
bea6cae0d5
|
@ -181,7 +181,7 @@ jobs:
|
||||||
- name: Configure autotools
|
- name: Configure autotools
|
||||||
run: |
|
run: |
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure --disable-python-bindings
|
./configure
|
||||||
- name: Configure cmake (Linux)
|
- name: Configure cmake (Linux)
|
||||||
if: matrix.buildtool == 'cmake' && runner.os == 'Linux'
|
if: matrix.buildtool == 'cmake' && runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -95,7 +95,7 @@ AC_ARG_ENABLE([examples],
|
||||||
AC_ARG_ENABLE([python-bindings],
|
AC_ARG_ENABLE([python-bindings],
|
||||||
[AS_HELP_STRING([--enable-python-bindings],
|
[AS_HELP_STRING([--enable-python-bindings],
|
||||||
[Build Python bindings [default=no]])],
|
[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],
|
AC_ARG_ENABLE([failmalloc],
|
||||||
[AS_HELP_STRING([--disable-failmalloc],
|
[AS_HELP_STRING([--disable-failmalloc],
|
||||||
|
|
Loading…
Reference in New Issue