htools: add option to control the use of RAPI
authorIustin Pop <iustin@google.com>
Mon, 21 Mar 2011 12:51:21 +0000 (13:51 +0100)
committerIustin Pop <iustin@google.com>
Tue, 22 Mar 2011 16:47:41 +0000 (17:47 +0100)
commit50ed57c1b80f541c64371a89d19fdde8fe33310b
tree8f57065f649e61ad30a23de25bda5086705aee7d
parent7617fd6b4e8400eb409594f7a339524fb4c7ca18
htools: add option to control the use of RAPI

RAPI needs the curl module, which is a binding to the libcurl C
library. This is more complex (can be compiled either against gnutls
or openssl, etc.) and it's not of much help when the tools are used on
the cluster itself, we disable it by default.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Makefile.am
configure.ac