mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Removed the cluster option from the configure script.
This commit is contained in:
parent
2317bf61f3
commit
e6d63b20b3
1 changed files with 0 additions and 9 deletions
9
configure
vendored
9
configure
vendored
|
@ -29,8 +29,6 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
--enable-debug compile in debugging mode
|
--enable-debug compile in debugging mode
|
||||||
--enable-brov6 enable IPv6 processing
|
--enable-brov6 enable IPv6 processing
|
||||||
--enable-perftools use Google's perftools
|
--enable-perftools use Google's perftools
|
||||||
--enable-cluster install Broctl configured for cluster operation
|
|
||||||
(overridden by --disable-broctl)
|
|
||||||
--disable-broccoli don't build or install the Broccoli library
|
--disable-broccoli don't build or install the Broccoli library
|
||||||
--disable-broctl don't install Broctl
|
--disable-broctl don't install Broctl
|
||||||
--disable-auxtools don't build or install auxilliary tools
|
--disable-auxtools don't build or install auxilliary tools
|
||||||
|
@ -96,7 +94,6 @@ append_cache_entry BUILD_SHARED_LIBS BOOL true
|
||||||
append_cache_entry INSTALL_AUX_TOOLS BOOL true
|
append_cache_entry INSTALL_AUX_TOOLS BOOL true
|
||||||
append_cache_entry INSTALL_BROCCOLI BOOL true
|
append_cache_entry INSTALL_BROCCOLI BOOL true
|
||||||
append_cache_entry INSTALL_BROCTL BOOL true
|
append_cache_entry INSTALL_BROCTL BOOL true
|
||||||
append_cache_entry STANDALONE BOOL true
|
|
||||||
append_cache_entry CPACK_SOURCE_IGNORE_FILES STRING
|
append_cache_entry CPACK_SOURCE_IGNORE_FILES STRING
|
||||||
|
|
||||||
# parse arguments
|
# parse arguments
|
||||||
|
@ -143,12 +140,6 @@ while [ $# -ne 0 ]; do
|
||||||
;;
|
;;
|
||||||
--disable-broctl)
|
--disable-broctl)
|
||||||
append_cache_entry INSTALL_BROCTL BOOL false
|
append_cache_entry INSTALL_BROCTL BOOL false
|
||||||
user_disabled_broctl="true"
|
|
||||||
;;
|
|
||||||
--enable-cluster)
|
|
||||||
if [ "$user_disabled_broctl" != "true" ]; then
|
|
||||||
append_cache_entry STANDALONE BOOL false
|
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
--disable-auxtools)
|
--disable-auxtools)
|
||||||
append_cache_entry INSTALL_AUX_TOOLS BOOL false
|
append_cache_entry INSTALL_AUX_TOOLS BOOL false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue