From: Dan Mick Date: Thu, 21 Jan 2016 18:56:50 +0000 (-0800) Subject: configure.ac: make "--with-librocksdb-static" default to 'check' X-Git-Tag: v10.0.4~187^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7317%2Fhead;p=ceph.git configure.ac: make "--with-librocksdb-static" default to 'check' Fixes: #14463 Signed-off-by: Dan Mick --- diff --git a/configure.ac b/configure.ac index 57d73e23601..fec1b8ad3ab 100644 --- a/configure.ac +++ b/configure.ac @@ -815,7 +815,7 @@ AM_CONDITIONAL(WITH_DLIBROCKSDB, [ test "$with_librocksdb" = "yes" ]) AC_ARG_WITH([librocksdb-static], [AS_HELP_STRING([--with-librocksdb-static], [build rocksdb support])], [], - [with_librocksdb_static=no]) + [with_librocksdb_static=check]) AS_IF([test "x$with_librocksdb_static" = "xcheck" -a "x$HAVE_CXX11" = "x1" ], [with_librocksdb_static="yes"]) AS_IF([test "x$with_librocksdb_static" = "xyes"],