mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Adapt to recent change in CAF CMake script
Also deprecate --with-libcaf in favor of --with-caf, as already done in Broker.
This commit is contained in:
parent
33f9eca0c8
commit
4e7e211ed0
1 changed files with 5 additions and 1 deletions
6
configure
vendored
6
configure
vendored
|
@ -276,8 +276,12 @@ while [ $# -ne 0 ]; do
|
||||||
--with-swig=*)
|
--with-swig=*)
|
||||||
append_cache_entry SWIG_EXECUTABLE PATH $optarg
|
append_cache_entry SWIG_EXECUTABLE PATH $optarg
|
||||||
;;
|
;;
|
||||||
|
--with-caf=*)
|
||||||
|
append_cache_entry CAF_ROOT_DIR PATH $optarg
|
||||||
|
;;
|
||||||
--with-libcaf=*)
|
--with-libcaf=*)
|
||||||
append_cache_entry LIBCAF_ROOT_DIR PATH $optarg
|
echo "warning: --with-libcaf deprecated, use --with-caf instead"
|
||||||
|
append_cache_entry CAF_ROOT_DIR PATH $optarg
|
||||||
;;
|
;;
|
||||||
--with-rocksdb=*)
|
--with-rocksdb=*)
|
||||||
append_cache_entry ROCKSDB_ROOT_DIR PATH $optarg
|
append_cache_entry ROCKSDB_ROOT_DIR PATH $optarg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue