Skip to content

Commit

Permalink
Merge pull request #7317 from dmick/master
Browse files Browse the repository at this point in the history
configure.ac: make "--with-librocksdb-static" default to 'check'

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
  • Loading branch information
yehudasa committed Jan 21, 2016
2 parents 93ad14d + 269c61a commit 67e3d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 67e3d95

Please sign in to comment.