Skip to content
Snippets Groups Projects
Commit 81e0feac authored by Peter Hutterer's avatar Peter Hutterer
Browse files

Use AM_DISTCHECK_CONFIGURE_FLAGS, not just DISTCHECK_CONFIGURE_FLAGS


The latter is for commandline overrides.

Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: default avatarEmil Velikov <emil.velikov@collabora.com>
parent 17c0049d
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,4 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} ...@@ -5,4 +5,4 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
valgrind: valgrind:
(cd test; $(MAKE) valgrind) (cd test; $(MAKE) valgrind)
DISTCHECK_CONFIGURE_FLAGS = --disable-test-run AM_DISTCHECK_CONFIGURE_FLAGS = --disable-test-run
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment