From f543545ceb97db7cdefc186889898e3ebdef8f65 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Jul 2016 20:49:11 +0200 Subject: distcheck: explicitly use currently selected GTK+ version --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3bee20c..9c0011e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,10 @@ endif ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-mpaste +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --enable-mpaste \ + --with-gtk=$(GTK_API_VERSION) if MATE_ABOUT_ENABLED versiondir = $(datadir)/mate-about -- cgit v1.2.1