From b63705384a3db3f29e0972ad3b3330733d2e6d96 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 4 Oct 2022 16:04:43 +0900 Subject: [PATCH] Disable python bindings by default because it has been deprecated --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8ab70396..6f8f08fe 100644 --- a/configure.ac +++ b/configure.ac @@ -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],