mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -1 +1 @@
|
|||
Subproject commit 8b2c9a9e1e67d145af442fa2175dcb18b643a317
|
||||
Subproject commit 35eb209c18dd49d020994162eb20f73f0257681c
|
1
configure
vendored
1
configure
vendored
|
@ -268,6 +268,7 @@ while [ $# -ne 0 ]; do
|
|||
;;
|
||||
--disable-broker-tests)
|
||||
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