[PATCH libinput] Use AM_DISTCHECK_CONFIGURE_FLAGS, not just DISTCHECK_CONFIGURE_FLAGS

Peter Hutterer peter.hutterer at who-t.net
Tue Nov 15 05:11:08 UTC 2016


The latter is for commandline overrides.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
Ooops, didn't notice until Semaphore CI failed (it uses the environment
itself)

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 976a7ac..c2001b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,4 +5,4 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 valgrind:
 	(cd test; $(MAKE) valgrind)
 
-DISTCHECK_CONFIGURE_FLAGS = --disable-test-run
+AM_DISTCHECK_CONFIGURE_FLAGS = --disable-test-run
-- 
2.9.3



More information about the wayland-devel mailing list