Commit 2abc4c48 authored by unknown's avatar unknown

remove building pbxt by default in any configuration (need explicit...

remove building pbxt by default in any configuration (need explicit ./configure --with-pbxt-storage-engine )
parent 4b990797
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment