]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
don't fail configure when tcmalloc is not found 5/head
authorDan Horák <dan@danny.cz>
Mon, 8 Jun 2015 15:22:12 +0000 (17:22 +0200)
committerDan Horák <dan@danny.cz>
Mon, 8 Jun 2015 15:22:12 +0000 (17:22 +0200)
commit78f552b9682dd08edb809da99173c2d513db0a11
tree7813d5669c9c8b8491dc6ce67400438fd41304a3
parente0ab03a46bed911ec7b8d8506b2c62322d128b49
don't fail configure when tcmalloc is not found

tcmalloc is an optional dependency, but AC_MSG_FAILURE ends unconditionally when
it is not found
configure.ac