summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2013-01-15 21:07:17 +0000
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-03-08 17:26:48 -0800
commit3cdb6c3a1646f670afa03d424ec12ac418181d1e (patch)
treef9a770152fb46ec6923624f4396fe39e1eafc66d
parentdf66d7a98e2bc7f44fb5583b645df87d525f07f1 (diff)
nls/Makefile.am: Use LOG_COMPILER
TESTS_ENVIRONMENT is deprecated Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--nls/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/Makefile.am b/nls/Makefile.am
index bef2d2b8..53eaacdf 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