Restore --disable-zeekctl configure argument

This commit is contained in:
Tim Wojtulewicz 2021-12-08 09:18:54 -07:00
parent c7eef7b094
commit 7a6501296b

3
configure vendored
View file

@ -311,6 +311,9 @@ while [ $# -ne 0 ]; do
--disable-python)
append_cache_entry DISABLE_PYTHON_BINDINGS BOOL true
;;
--disable-zeekctl)
append_cache_entry INSTALL_ZEEKCTL BOOL false
;;
--disable-zkg)
append_cache_entry INSTALL_ZKG BOOL false
;;