mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix --with-jemalloc and make it imply --enable-jemalloc.
This commit is contained in:
parent
ea432102a8
commit
01dde0b19f
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -221,7 +221,8 @@ while [ $# -ne 0 ]; do
|
|||
append_cache_entry GooglePerftools_ROOT_DIR PATH $optarg
|
||||
;;
|
||||
--with-jemalloc=*)
|
||||
append_cache_entry JeMalloc_ROOT_DIR PATH $optarg
|
||||
append_cache_entry JEMALLOC_ROOT_DIR PATH $optarg
|
||||
append_cache_entry ENABLE_JEMALLOC BOOL true
|
||||
;;
|
||||
--with-python=*)
|
||||
append_cache_entry PYTHON_EXECUTABLE PATH $optarg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue