blob: d2c5f5f142240994f8ca07b8a83e67fd13806054 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
From 37debe301336cfb61e7f81e9e47e5e1019177d8c Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Tue, 8 Jan 2013 09:16:37 +0200
Subject: [PATCH] libx11: disable tests
Upstream-Status: Inappropriate [disable feature]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Update for 1.6.1
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
nls/Makefile.am | 5 -----
1 file changed, 5 deletions(-)
diff --git a/nls/Makefile.am b/nls/Makefile.am
index 7eda58e..4d4050b 100644
--- a/nls/Makefile.am
+++ b/nls/Makefile.am
@@ -36,11 +36,6 @@ locale.dir: locale.dir.pre
< locale.dir.l1 > locale.dir.l2
cat locale.dir.l2 locale.dir.l1 > locale.dir
-if HAVE_PERL
-LOG_COMPILER = $(PERL)
-TESTS = compose-check.pl
-endif HAVE_PERL
-
# Per-locale data files
|