warning when built w/o concurrent-output
authorJoey Hess <joeyh@joeyh.name>
Mon, 16 Nov 2015 23:10:38 +0000 (19:10 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 16 Nov 2015 23:10:38 +0000 (19:10 -0400)
BuildFlags.hs

index bfdbb00d68f830f1234de840251148cb86bd1b25..dfebedb61fce7a38552faf4bca59a339a68be292 100644 (file)
@@ -67,6 +67,8 @@ buildFlags = filter (not . null)
 #endif
 #ifdef WITH_CONCURRENTOUTPUT
        , "ConcurrentOutput"
+#else
+#warning Building without ConcurrentOutput
 #endif
 #ifdef WITH_DNS
        , "DNS"