Small updates and a little standardization for config.h.in naming.

This commit is contained in:
Seth Hall 2012-06-17 22:55:11 -04:00
parent 57980c86e6
commit cb7eac212e
7 changed files with 32 additions and 18 deletions

View file

@ -26,16 +26,15 @@ ElasticSearch with::
Compiling Bro with ElasticSearch Support
----------------------------------------
First, ensure that you have libcurl installed. Secondly, set the
``--enable-elasticsearch`` option::
First, ensure that you have libcurl installed the run configure.::
# ./configure --enable-elasticsearch
# ./configure
[...]
====================| Bro Build Summary |=====================
[...]
ElasticSearch: true
cURL: true
[...]
libCURL: true
ElasticSearch: true
[...]
================================================================