diff options
author | unknown <sanja@montyprogram.com> | 2012-01-30 17:12:22 +0200 |
---|---|---|
committer | unknown <sanja@montyprogram.com> | 2012-01-30 17:12:22 +0200 |
commit | 2abc4c4896f2ea1bc8e72087c95068168d67d590 (patch) | |
tree | e5be09314089648fa18e9f9256a7b4d4277b6766 | |
parent | 4b9907979ce316be12a7ce2b62874b42edf2e39e (diff) | |
download | mariadb-git-2abc4c4896f2ea1bc8e72087c95068168d67d590.tar.gz |
remove building pbxt by default in any configuration (need explicit ./configure --with-pbxt-storage-engine )
-rw-r--r-- | storage/pbxt/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/pbxt/CMakeLists.txt b/storage/pbxt/CMakeLists.txt index 6ddb679bc36..8e78f81ab4a 100644 --- a/storage/pbxt/CMakeLists.txt +++ b/storage/pbxt/CMakeLists.txt @@ -22,6 +22,11 @@ # # This file is used to make the Windows version +IF(NOT WITH_PBXT_STORAGE_ENGINE) + SET(WITHOUT_PBXT 1) +ENDIF(NOT WITH_PBXT_STORAGE_ENGINE) + + SET(PBXT_SOURCES src/bsearch_xt.cc src/bsearch_xt.h |