From 804ce364bf7b9346641c5ac2f3cdaef27e853218 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 11 Nov 2022 18:54:15 +0900 Subject: [PATCH] Disable python bindings properly by default Disable python bindings properly by default. This commit amends b63705384a3db3f29e0972ad3b3330733d2e6d96. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eb3b3365..e43eee93 100644 --- a/configure.ac +++ b/configure.ac @@ -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],