[PATCH libX11 2/2] nls/Makefile.am: Use LOG_COMPILER

Quentin Glidic sardemff7+git at sardemff7.net
Tue Jan 15 13:07:17 PST 2013


TESTS_ENVIRONMENT is deprecated

Signed-off-by: Quentin Glidic <sardemff7+git at sardemff7.net>
---
 nls/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nls/Makefile.am b/nls/Makefile.am
index bef2d2b..53eaacd 100644
--- a/nls/Makefile.am
+++ b/nls/Makefile.am
@@ -37,7 +37,7 @@ locale.dir: locale.dir.pre
 	cat locale.dir.l2 locale.dir.l1 > locale.dir
 
 if HAVE_PERL
-TESTS_ENVIRONMENT = $(PERL)
+LOG_COMPILER = $(PERL)
 TESTS = compose-check.pl
 endif HAVE_PERL
 
-- 
1.8.1



More information about the xorg-devel mailing list