From 8a2a840e01abd90ef6df8c125ff38f6777f6d888 Mon Sep 17 00:00:00 2001 From: Romain B Date: Wed, 3 Jan 2018 18:30:32 +0100 Subject: [PATCH] Fix make distcheck - Do no build perl bindings in release tarball - This fix bug #14082 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7725083..62f200b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,4 +28,5 @@ EXTRA_DIST = \ README DISTCHECK_CONFIGURE_FLAGS = \ - --enable-gtk-doc + --enable-gtk-doc \ + --disable-perl-bindings -- 2.15.1