Commit 236556df authored by Sergei Golubchik's avatar Sergei Golubchik

fix TokuDB not to build ft-index library when disabled

parent e24c1c02
...@@ -9,7 +9,7 @@ int main() { return 0; } ...@@ -9,7 +9,7 @@ int main() { return 0; }
" TOKUDB_OK) " TOKUDB_OK)
ENDIF() ENDIF()
IF(NOT TOKUDB_OK OR WITHOUT_TOKUDB OR WITHOUT_TOKUDB_STORAGE_ENGINE) IF(NOT TOKUDB_OK OR PLUGIN_TOKUDB STREQUAL "NO")
MYSQL_ADD_PLUGIN(tokudb DISABLED) MYSQL_ADD_PLUGIN(tokudb DISABLED)
RETURN() RETURN()
ENDIF() ENDIF()
......
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