diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-26 13:00:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-26 13:00:52 -0400 |
commit | 7ed1ce981efe3062d5823d1d69ed59d7f04a020f (patch) | |
tree | 12368a3cc266929a9b45bda63924d3f042a6b000 /BuildFlags.hs | |
parent | 0d0f0802632e3af2788846d0f64f15c61c24fdff (diff) |
persistent-sqlite is now a hard build dependency, since v6 repository mode needs it.
Diffstat (limited to 'BuildFlags.hs')
-rw-r--r-- | BuildFlags.hs | 5 |
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 |