projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09d04fa
)
warning when built w/o concurrent-output
author
Joey Hess
<joeyh@joeyh.name>
Mon, 16 Nov 2015 23:10:38 +0000
(19:10 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 16 Nov 2015 23:10:38 +0000
(19:10 -0400)
BuildFlags.hs
patch
|
blob
|
history
diff --git
a/BuildFlags.hs
b/BuildFlags.hs
index bfdbb00d68f830f1234de840251148cb86bd1b25..dfebedb61fce7a38552faf4bca59a339a68be292 100644
(file)
--- a/
BuildFlags.hs
+++ b/
BuildFlags.hs
@@
-67,6
+67,8
@@
buildFlags = filter (not . null)
#endif
#ifdef WITH_CONCURRENTOUTPUT
, "ConcurrentOutput"
+#else
+#warning Building without ConcurrentOutput
#endif
#ifdef WITH_DNS
, "DNS"