1 From cb848dae763a3f57e31d734d3be6889f660fa0d0 Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Tue, 7 Mar 2017 22:29:31 +0100
4 Subject: [PATCH] Add an option to disable CJK codecs
6 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 configure.ac | 6 ++++++
9 1 file changed, 6 insertions(+)
11 diff --git a/configure.ac b/configure.ac
12 index 63ee545..6a854ab 100644
15 @@ -2822,6 +2822,12 @@ if test "$SQLITE3" = "no" ; then
16 DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} _sqlite3"
19 +AC_ARG_ENABLE(codecs-cjk,
20 + AS_HELP_STRING([--disable-codecs-cjk], [disable CJK codecs]),
21 + [ if test "$enableval" = "no"; then
22 + DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} _codecs_kr _codecs_jp _codecs_cn _codecs_tw _codecs_hk"
27 AS_HELP_STRING([--disable-tk], [disable tk]),