diff --git a/configure b/configure index ddf4ce1bf1..8f0fb27e41 100755 --- a/configure +++ b/configure @@ -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 ;;