From 49d130200dc3217f99f3f7750fbc20d6c046bcf7 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 4 Apr 2020 22:14:48 +0200 Subject: [PATCH] bindings/ruby: Disable Ruby bindings until we have a fix for #1526. The Ruby bindings currently don't build (at least with Ruby 2.7 and/or SWIG 4.x). Disable them as a temporary workaround until we have a more permanent fix. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 372aa59e..6cc15bf7 100644 --- a/configure.ac +++ b/configure.ac @@ -342,8 +342,8 @@ AC_ARG_ENABLE([python], [], [enable_python=$enable_bindings]) AC_ARG_ENABLE([ruby], - [AS_HELP_STRING([--enable-ruby], [build Ruby bindings [default=yes]])], - [], [enable_ruby=$enable_bindings]) + [AS_HELP_STRING([--enable-ruby], [build Ruby bindings [default=no]])], + [], [enable_ruby=no]) AC_ARG_ENABLE([java], [AS_HELP_STRING([--enable-java], [build Java bindings [default=yes]])],