configure: Disable Ruby bindings by default.
authorIan Abbott <abbotti@mev.co.uk>
Fri, 20 Apr 2012 09:11:57 +0000 (10:11 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 20 Apr 2012 09:11:57 +0000 (10:11 +0100)
commit82456b6f98cc3f02eb9ff15ef1f9e273732f57ab
treea4d5773b87652c7261b94dece51c41e55875322f
parentee2986755aab663108ae01310217b9d6b62a061b
configure: Disable Ruby bindings by default.

The SWIG Ruby bindings do not build cleanly from scratch.  They need an
existing installation of comedilib.  So disable them in the default
configuration.  They can be enabled with the --enable-ruby-bindings
configure option.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
configure.ac