]> git.0d.be Git - empathy.git/blobdiff - tools/check-coding-style.mk
sync tools/* with tp-glib master
[empathy.git] / tools / check-coding-style.mk
index 1c0a60f660f6d5bbc584da4c2bec1a828728a4e7..f3f74fa4ac8415577b81f11074308e45c5246cf9 100644 (file)
@@ -10,7 +10,7 @@ check-coding-style:
                sh $(top_srcdir)/tools/check-c-style.sh \
                        $(addprefix $(srcdir)/,$(check_c_sources)) || fail=1; \
        fi;\
-       if test yes = "$(ENABLE_CODING_STYLE_CHECKS)"; then \
+       if test yes = "$(enable_fatal_warnings)"; then \
                exit "$$fail";\
        else \
                exit 0;\