summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent951924aa86a46cba4b01ad095f8e4c97d98236b5 (diff)
configure: Verify that the compiler understands warning cflags
Older compilers don't understand all of the flags
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libnice/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libnice/Makefile.am b/docs/reference/libnice/Makefile.am
index 51384ab..952b2ec 100644
--- a/docs/reference/libnice/Makefile.am
+++ b/docs/reference/libnice/Makefile.am
@@ -72,7 +72,7 @@ expand_content_files=
# signals and properties.
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-AM_CFLAGS = $(ERROR_CFLAGS) \
+AM_CFLAGS = $(LIBNICE_CFLAGS) \
$(GLIB_CFLAGS) \
-I $(top_srcdir) \
-I $(top_srcdir)/random \