Disable python bindings by default because it has been deprecated
This commit is contained in:
parent
7380ff3551
commit
b63705384a
|
@ -94,7 +94,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=check]])],
|
[Build Python bindings [default=no]])],
|
||||||
[request_python_bindings=$enableval], [request_python_bindings=check])
|
[request_python_bindings=$enableval], [request_python_bindings=check])
|
||||||
|
|
||||||
AC_ARG_ENABLE([failmalloc],
|
AC_ARG_ENABLE([failmalloc],
|
||||||
|
|
Loading…
Reference in New Issue