mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
Merge pull request #7368 from somnathr/wip-jemalloc-build
build: allow jemalloc enabled build with rocksdb-static http://pulpito.ceph.com/sage-2016-01-27_18:39:48-rados-wip-sage-testing---basic-smithi/ Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
f9a8c56598
@ -821,14 +821,6 @@ AS_IF([test "x$with_librocksdb_static" = "xyes"], [
|
||||
AM_CONDITIONAL(HAVE_BZLIB, [test "x$have_bzlib" = "xyes"])
|
||||
AM_CONDITIONAL(HAVE_LZ4, [test "x$have_lz4" = "xyes"])
|
||||
|
||||
# error out if --with-jemalloc and --with-librocksdb_static as rocksdb uses tcmalloc
|
||||
if test "x$with_jemalloc" = "xyes"; then
|
||||
if test "x$with_librocksdb_static" != "xno"; then
|
||||
AC_MSG_FAILURE([--with-jemalloc called with --with-librocksdb_static, turn off
|
||||
--with-librocksdb-static or --with-jemalloc])
|
||||
fi
|
||||
fi
|
||||
|
||||
# needs libcurl and libxml2
|
||||
if test "x$with_rest_bench" = xyes && test "x$with_system_libs3" = xno; then
|
||||
AC_CHECK_LIB([curl], [curl_easy_init], [], AC_MSG_ERROR([libcurl not found]))
|
||||
|
Loading…
Reference in New Issue
Block a user