GNOME Bugzilla – Bug 699943
fix conditionalization of gnome-code-coverage.m4
Last modified: 2013-05-09 13:16:31 UTC
see patch
Created attachment 243607 [details] [review] code-coverage: fix conditionalization The "make clean" rule added by gnome-code-coverage.m4 was not conditionalized (making it spew errors on "make clean" when built without coverage support, since $(LCOV) expanded to ""), and the other rules were conditionalized incorrectly (testing "ifdef CODE_COVERAGE_ENABLED", when that variable was always set, just sometimes to "no"). Fix both problems.
Review of attachment 243607 [details] [review]: Good catch. Looks fine to commit by me.
Attachment 243607 [details] pushed as 47e94cb - code-coverage: fix conditionalization