warning when built w/o concurrent-output

This commit is contained in:
Joey Hess 2015-11-16 19:10:38 -04:00
parent 09d04fa483
commit 1ac36f1933
Failed to extract signature

View file

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