1 From 26fb4f055203332db8a346ae80da542f721df01d Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Wed, 23 Dec 2015 11:49:55 +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 a7e9d16..e9ea63f 100644
15 @@ -2993,6 +2993,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 _codecs_iso2022"
27 AS_HELP_STRING([--disable-tk], [disable tk]),