diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-04 13:45:34 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-04 13:45:34 -0400 |
commit | 1933f8a5599f33b95811710ad10e1ed17703699d (patch) | |
tree | acf454abe167051a7ff77a752deb6c5b9f45a758 /BuildFlags.hs | |
parent | c3a372f8f500f6b88d467af42df6332836d8dd31 (diff) |
concurrent-output, first pass
Output without -Jn should be unchanged from before. With -Jn,
concurrent-output is used for messages, but regions are not used yet, so
it's a mess.
Diffstat (limited to 'BuildFlags.hs')
-rw-r--r-- | BuildFlags.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BuildFlags.hs b/BuildFlags.hs index 2e8d05ea3..bfdbb00d6 100644 --- a/BuildFlags.hs +++ b/BuildFlags.hs @@ -65,6 +65,9 @@ buildFlags = filter (not . null) #else #warning Building without XMPP. #endif +#ifdef WITH_CONCURRENTOUTPUT + , "ConcurrentOutput" +#endif #ifdef WITH_DNS , "DNS" #endif |