Browse Source

remove building pbxt by default in any configuration (need explicit ./configure --with-pbxt-storage-engine )

pull/374/head
unknown 14 years ago
parent
commit
2abc4c4896
  1. 5
      storage/pbxt/CMakeLists.txt

5
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

Loading…
Cancel
Save