Fix --with-jemalloc and make it imply --enable-jemalloc.

This commit is contained in:
Jon Siwek 2014-03-10 14:48:13 -05:00
parent ea432102a8
commit 01dde0b19f

3
configure vendored
View file

@ -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