mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Also update configure for the new openssl cmake script.
This commit is contained in:
parent
17dd44a620
commit
9a09039c08
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -226,7 +226,7 @@ while [ $# -ne 0 ]; do
|
||||||
append_cache_entry DISABLE_RUBY_BINDINGS BOOL false
|
append_cache_entry DISABLE_RUBY_BINDINGS BOOL false
|
||||||
;;
|
;;
|
||||||
--with-openssl=*)
|
--with-openssl=*)
|
||||||
append_cache_entry OpenSSL_ROOT_DIR PATH $optarg
|
append_cache_entry OPENSSL_ROOT_DIR PATH $optarg
|
||||||
;;
|
;;
|
||||||
--with-bind=*)
|
--with-bind=*)
|
||||||
append_cache_entry BIND_ROOT_DIR PATH $optarg
|
append_cache_entry BIND_ROOT_DIR PATH $optarg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue