aboutsummaryrefslogtreecommitdiff
path: root/BuildFlags.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-26 13:00:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-26 13:00:52 -0400
commit7ed1ce981efe3062d5823d1d69ed59d7f04a020f (patch)
tree12368a3cc266929a9b45bda63924d3f042a6b000 /BuildFlags.hs
parent0d0f0802632e3af2788846d0f64f15c61c24fdff (diff)
persistent-sqlite is now a hard build dependency, since v6 repository mode needs it.
Diffstat (limited to 'BuildFlags.hs')
-rw-r--r--BuildFlags.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/BuildFlags.hs b/BuildFlags.hs
index da7cd2251..e8ff06595 100644
--- a/BuildFlags.hs
+++ b/BuildFlags.hs
@@ -95,11 +95,6 @@ buildFlags = filter (not . null)
#ifdef WITH_TORRENTPARSER
, "TorrentParser"
#endif
-#ifdef WITH_DATABASE
- , "Database"
-#else
-#warning Building without Database support
-#endif
#ifdef WITH_EKG
, "EKG"
#endif