MDEV-5021 tokudb ft-index libraries are build with -DWITHOUT_TOKUDB=1

This commit is contained in:
Sergei Golubchik 2013-09-19 20:19:10 +02:00
parent cd077ca839
commit 43f4e364f0

View File

@ -1,6 +1,7 @@
# ft-index only supports x86-64 and cmake-2.8.9+
IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND
NOT CMAKE_VERSION VERSION_LESS "2.8.9")
NOT CMAKE_VERSION VERSION_LESS "2.8.9" AND
NOT WITHOUT_TOKUDB AND NOT WITHOUT_TOKUDB_STORAGE_ENGINE)
CHECK_CXX_SOURCE_COMPILES(
"
struct a {int b; int c; };