summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-02-15 17:58:48 -0800
committerGary Lowell <glowell@inktank.com>2013-02-26 20:07:49 -0800
commitea546aef0c86da521f8a360d4bfd10315af3f46b (patch)
tree23981938b640363b02cf633af1bcf16a58af0401 /autogen.sh
parenta34e7c6f6b266060bff7f4522a92d56e6820455b (diff)
downloadceph-ea546aef0c86da521f8a360d4bfd10315af3f46b.tar.gz
Build: Change build to always use system leveldb
Dynamically link to the leveldb installed on the system rather than statically linking ceph copy. Remove the --with-system-leveldb config option, and add a requirement for leveldb libraries for rpm and debian packages. Bug 3945. Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 9d6a77bae63..f90c49de20a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,5 +19,4 @@ autoconf
autoheader
automake -a --add-missing -Wall
( cd src/gtest && autoreconf -fvi; )
-( cd src/leveldb && mkdir -p m4 && autoreconf -fvi; )
exit