From 269c61a667a9146547a45c1ec48d5e8b9ac42a34 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 21 Jan 2016 10:56:50 -0800 Subject: [PATCH] configure.ac: make "--with-librocksdb-static" default to 'check' Fixes: #14463 Signed-off-by: Dan Mick --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], -- 2.39.5