]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
configure.ac: make "--with-librocksdb-static" default to 'check'
authorDan Mick <dan.mick@redhat.com>
Thu, 21 Jan 2016 18:56:50 +0000 (10:56 -0800)
committerDan Mick <dan.mick@redhat.com>
Thu, 21 Jan 2016 23:31:47 +0000 (15:31 -0800)
Fixes: #14463
Signed-off-by: Dan Mick <dan.mick@redhat.com>
configure.ac

index 57d73e2360103ff54fe9ad35eb92938965faf003..fec1b8ad3abd218933e0f00679419f88544cd0ab 100644 (file)
@@ -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"],