There was an error while loading. Please reload this page.
1 parent 8539e4b commit a04b07eCopy full SHA for a04b07e
storage/tokudb/CMakeLists.txt
@@ -1,6 +1,6 @@
1
# ft-index only supports x86-64 and cmake-2.8.9+
2
IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND
3
- NOT CMAKE_VERSION VERSION_LESS "2.8.9" AND HAVE_DLSYM)
+ NOT CMAKE_VERSION VERSION_LESS "2.8.9" AND HAVE_DLOPEN)
4
CHECK_CXX_SOURCE_COMPILES(
5
"
6
struct a {int b; int c; };
0 commit comments