diff options
author | kent@mysql.com/g4-2.local <> | 2006-08-21 15:34:29 +0200 |
---|---|---|
committer | kent@mysql.com/g4-2.local <> | 2006-08-21 15:34:29 +0200 |
commit | b329f2c3ef142c460333e914062b14f3aa2a3e64 (patch) | |
tree | 9554c10f238f87034491a1fe7453d15083e9e138 /CMakeLists.txt | |
parent | 56443ae20122579ae6eeceb98e5bf3bd2a57a3e3 (diff) | |
download | mariadb-git-b329f2c3ef142c460333e914062b14f3aa2a3e64.tar.gz |
Many files:
Deleted config/ac-macros/ha_berkeley.m4
Removed more referenses to bdb
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec744e975c7..30742d444ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,10 +49,6 @@ IF(WITH_FEDERATED_STORAGE_ENGINE) ADD_DEFINITIONS(-D WITH_FEDERATED_STORAGE_ENGINE) SET (mysql_plugin_defs "${mysql_plugin_defs},builtin_federated_plugin") ENDIF(WITH_FEDERATED_STORAGE_ENGINE) -IF(WITH_BERKELEY_STORAGE_ENGINE) - ADD_DEFINITIONS(-D WITH_BERKELEY_STORAGE_ENGINE) - SET (mysql_plugin_defs "${mysql_plugin_defs},builtin_berkeley_plugin") -ENDIF(WITH_BERKELEY_STORAGE_ENGINE) CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/sql/sql_builtin.cc.in ${CMAKE_SOURCE_DIR}/sql/sql_builtin.cc @ONLY) |