From: Uwe Hermann Date: Sat, 20 Jun 2020 16:06:00 +0000 (+0200) Subject: Revert "bindings/ruby: Disable Ruby bindings until we have a fix for #1526." X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=856433b26e0b06860463321c34b715e9c1393bb6;hp=2e199405e53fee2fb3cad72858ebe7af6990bce0;p=libsigrok.git Revert "bindings/ruby: Disable Ruby bindings until we have a fix for #1526." This reverts commit 49d130200dc3217f99f3f7750fbc20d6c046bcf7. The Ruby bindings build has been fixed now. --- diff --git a/configure.ac b/configure.ac index 7d02b743..108b484c 100644 --- a/configure.ac +++ b/configure.ac @@ -348,8 +348,8 @@ AC_ARG_ENABLE([python], [], [enable_python=$enable_bindings]) AC_ARG_ENABLE([ruby], - [AS_HELP_STRING([--enable-ruby], [build Ruby bindings [default=no]])], - [], [enable_ruby=no]) + [AS_HELP_STRING([--enable-ruby], [build Ruby bindings [default=yes]])], + [], [enable_ruby=$enable_bindings]) AC_ARG_ENABLE([java], [AS_HELP_STRING([--enable-java], [build Java bindings [default=yes]])],