aboutsummaryrefslogtreecommitdiff
path: root/BuildFlags.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-26 08:48:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-26 08:48:23 -0400
commit24590d731eba893cf11ce5651af6c47cb6f8d93f (patch)
treeef9e0d248e136cf22a391939c3b033d1b2710350 /BuildFlags.hs
parenteac4fed035aada22e0a0b5fde7fc7f8b4d1f14f0 (diff)
Roll the dns build flag into the assistant build flag.
Diffstat (limited to 'BuildFlags.hs')
-rw-r--r--BuildFlags.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/BuildFlags.hs b/BuildFlags.hs
index 764af6df7..906e26270 100644
--- a/BuildFlags.hs
+++ b/BuildFlags.hs
@@ -73,9 +73,6 @@ buildFlags = filter (not . null)
#else
#warning Building without ConcurrentOutput
#endif
-#ifdef WITH_DNS
- , "DNS"
-#endif
#ifdef WITH_TDFA
, "TDFA"
#endif