mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Disable broker documentation examples if disabling broker tests
This commit is contained in:
parent
f539723e8e
commit
63f8897e10
2 changed files with 3 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
@ -267,7 +267,8 @@ while [ $# -ne 0 ]; do
|
|||
append_cache_entry DISABLE_PYTHON_BINDINGS BOOL true
|
||||
;;
|
||||
--disable-broker-tests)
|
||||
append_cache_entry BROKER_DISABLE_TESTS BOOL true
|
||||
append_cache_entry BROKER_DISABLE_TESTS BOOL true
|
||||
append_cache_entry BROKER_DISABLE_DOC_EXAMPLES BOOL true
|
||||
;;
|
||||
--with-openssl=*)
|
||||
append_cache_entry OPENSSL_ROOT_DIR PATH $optarg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue