Skip to content
Snippets Groups Projects
Commit 3018c4a5 authored by Emil Velikov's avatar Emil Velikov
Browse files

automake: Use AM_DISTCHECK_CONFIGURE_FLAGS


Currently we use DISTCHECK_CONFIGURE_FLAGS, which is reserved for
the user. As with other variables, one should use the AM_ variable
within the makefile.

Cc: "10.5" <mesa-stable@lists.freedesktop.org>
Signed-off-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: default avatarMatt Turner <mattst88@gmail.com>
parent b0eada17
No related branches found
No related tags found
Loading
......@@ -21,7 +21,7 @@
SUBDIRS = src
DISTCHECK_CONFIGURE_FLAGS = \
AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-dri3 \
--enable-gallium-tests \
--enable-gbm \
......
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