summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/linearstore.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/linearstore.cmake')
-rw-r--r--qpid/cpp/src/linearstore.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/linearstore.cmake b/qpid/cpp/src/linearstore.cmake
index a42b94699c..65e65107ee 100644
--- a/qpid/cpp/src/linearstore.cmake
+++ b/qpid/cpp/src/linearstore.cmake
@@ -45,8 +45,8 @@ else (DEFINED linearstore_force)
#
# allow linearstore to be built
#
- message(STATUS "BerkeleyDB for C++, libaio and uuid found, Linearstore support enabled")
- set (linearstore_default ON)
+ message(STATUS "BerkeleyDB for C++, libaio and uuid found, Linearstore support may be enabled (currently experimental and disabled by default)")
+ set (linearstore_default OFF) # Temporarily disabled
else (HAVE_UUID AND HAVE_UUID_H)
if (NOT HAVE_UUID)
message(STATUS "Linearstore requires uuid which is absent.")