summaryrefslogtreecommitdiff
path: root/stun
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2013-12-26 21:16:14 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-12-26 21:40:13 -0500
commit574b59a3550238d5a329903b5a03f817ae8bbd45 (patch)
treed8d5b875188aff4b441056d8c8f385760bfe2960 /stun
parent951924aa86a46cba4b01ad095f8e4c97d98236b5 (diff)
downloadlibnice-574b59a3550238d5a329903b5a03f817ae8bbd45.tar.gz
configure: Verify that the compiler understands warning cflags
Older compilers don't understand all of the flags
Diffstat (limited to 'stun')
-rw-r--r--stun/Makefile.am2
-rw-r--r--stun/tools/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/stun/Makefile.am b/stun/Makefile.am
index 7601964..f90c3d4 100644
--- a/stun/Makefile.am
+++ b/stun/Makefile.am
@@ -10,7 +10,7 @@ SUBDIRS = . tools tests
include $(top_srcdir)/common.mk
-AM_CFLAGS = -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" $(ERROR_CFLAGS)
+AM_CFLAGS = -std=gnu99 -DG_LOG_DOMAIN=\"libnice-stun\" $(LIBNICE_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)
if WINDOWS
diff --git a/stun/tools/Makefile.am b/stun/tools/Makefile.am
index 42b3108..7a9b772 100644
--- a/stun/tools/Makefile.am
+++ b/stun/tools/Makefile.am
@@ -8,7 +8,7 @@
#
include $(top_srcdir)/common.mk
-AM_CFLAGS = -std=gnu99 $(ERROR_CFLAGS)
+AM_CFLAGS = -std=gnu99 $(LIBNICE_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = stunbdc stund