Commit a04b07eb authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Fix TokuDB Not building

We don't check for DLSYM in CMake, check for DLOPEN instead.
parent 8539e4b1
# ft-index only supports x86-64 and cmake-2.8.9+ # ft-index only supports x86-64 and cmake-2.8.9+
IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND
NOT CMAKE_VERSION VERSION_LESS "2.8.9" AND HAVE_DLSYM) NOT CMAKE_VERSION VERSION_LESS "2.8.9" AND HAVE_DLOPEN)
CHECK_CXX_SOURCE_COMPILES( CHECK_CXX_SOURCE_COMPILES(
" "
struct a {int b; int c; }; struct a {int b; int c; };
......
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