aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rudp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rudp/Makefile.am')
-rw-r--r--plugins/rudp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rudp/Makefile.am b/plugins/rudp/Makefile.am
index 6c07e7f538..df967f71aa 100644
--- a/plugins/rudp/Makefile.am
+++ b/plugins/rudp/Makefile.am
@@ -27,7 +27,7 @@ INCLUDES = -I$(top_srcdir) -I$(includedir)
include Makefile.common
-if USING_GCC
+if HAVE_WARNINGS_AS_ERRORS
AM_CFLAGS = -Werror
endif