aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2021-11-21 16:19:10 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2021-11-21 16:19:10 +0000
commitd71985648639c20e496308ea71573b7fe4b2096c (patch)
tree4ccc600920bcd741783a5c3b0d6c5b9b350ab859
parentbc488cd48bb09799a6c8e9f2d08ac604a7a4c0c9 (diff)
downloadrspamd-d71985648639c20e496308ea71573b7fe4b2096c.tar.gz
rspamd-d71985648639c20e496308ea71573b7fe4b2096c.zip
[Minor] Remove unused option
-rw-r--r--CMakeLists.txt3
-rw-r--r--config.h.in1
2 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 386061b44..0ceb34c28 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -569,9 +569,6 @@ LIST(APPEND RSPAMD_REQUIRED_LIBRARIES "${CMAKE_REQUIRED_LIBRARIES}")
IF(HAVE_FETCH_H)
LIST(APPEND RSPAMD_REQUIRED_LIBRARIES fetch)
ENDIF(HAVE_FETCH_H)
-IF(WITH_DB)
- LIST(APPEND RSPAMD_REQUIRED_LIBRARIES db)
-ENDIF(WITH_DB)
LIST(APPEND RSPAMD_REQUIRED_LIBRARIES "${LUA_LIBRARY}")
LIST(APPEND RSPAMD_REQUIRED_LIBRARIES ucl)
diff --git a/config.h.in b/config.h.in
index c24c0af68..d6a3fc1d0 100644
--- a/config.h.in
+++ b/config.h.in
@@ -105,7 +105,6 @@
#cmakedefine HAVE_UCONTEXT_H 1
#cmakedefine HAVE_UNISTD_H 1
#cmakedefine PARAM_H_HAS_BITSET 1
-#cmakedefine WITH_DB 1
#cmakedefine WITH_GPERF_TOOLS 1
#cmakedefine WITH_HYPERSCAN 1
#cmakedefine WITH_JEMALLOC 1