summaryrefslogtreecommitdiff
path: root/nice
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 /nice
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 'nice')
-rw-r--r--nice/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/nice/Makefile.am b/nice/Makefile.am
index ce2be07..b2ccb2b 100644
--- a/nice/Makefile.am
+++ b/nice/Makefile.am
@@ -26,7 +26,7 @@ libnice_la_LDFLAGS = \
AM_CFLAGS = \
- $(ERROR_CFLAGS) \
+ $(LIBNICE_CFLAGS) \
$(GLIB_CFLAGS) \
-I $(top_srcdir) \
-I $(top_srcdir)/agent \