From b826b156e33115523416628fe166ea8dcc66fd10 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Jul 2016 20:20:56 +0200 Subject: distcheck: explicitly use currently selected GTK+ version --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index f43a44ab..ab9fc973 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,6 +80,9 @@ EXTRA_DIST = \ omf.make \ autogen.sh +DISTCHECK_CONFIGURE_FLAGS = \ + --with-gtk=$(GTK_API_VERSION) + # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ -- cgit v1.2.1