mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Restore --disable-zeekctl configure argument
This commit is contained in:
parent
c7eef7b094
commit
7a6501296b
1 changed files with 3 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -311,6 +311,9 @@ while [ $# -ne 0 ]; do
|
||||||
--disable-python)
|
--disable-python)
|
||||||
append_cache_entry DISABLE_PYTHON_BINDINGS BOOL true
|
append_cache_entry DISABLE_PYTHON_BINDINGS BOOL true
|
||||||
;;
|
;;
|
||||||
|
--disable-zeekctl)
|
||||||
|
append_cache_entry INSTALL_ZEEKCTL BOOL false
|
||||||
|
;;
|
||||||
--disable-zkg)
|
--disable-zkg)
|
||||||
append_cache_entry INSTALL_ZKG BOOL false
|
append_cache_entry INSTALL_ZKG BOOL false
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue