We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bde2e8 commit 1e2cc5dCopy full SHA for 1e2cc5d
Makefile.am
@@ -8,7 +8,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
8
9
EXTRA_DIST = autogen.sh
10
11
-DISTCHECK_CONFIGURE_FLAGS = --disable-introspection --disable-python
+DISTCHECK_CONFIGURE_FLAGS = \
12
+ --disable-introspection \
13
+ --disable-python \
14
+ CFLAGS='-Wno-deprecated-declarations'
15
16
MAINTAINERCLEANFILES = \
17
$(srcdir)/INSTALL \
0 commit comments