mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-31 14:40:08 +01:00
Use AM_DISTCHECK_CONFIGURE_FLAGS, not just DISTCHECK_CONFIGURE_FLAGS
The latter is for commandline overrides. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
17c0049d24
commit
81e0feacea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue