summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2013-08-27 23:17:47 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2013-08-29 12:57:40 +0900
commit17d8871211a531c755cd4397a75f4892222412ff (patch)
tree4a845f7c2b1084f0a0e8d3db90e41c5258c98135 /configure.ac
parente1a94ef87577a38b3402a0ebaa1f0e5088f99c2a (diff)
downloadibus-anthy-17d8871211a531c755cd4397a75f4892222412ff.tar.gz
Imported anthy zipcode.t into ibus-anthy.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 60b86a5..ff5fbef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,6 +249,7 @@ AC_ARG_WITH(anthy-zipcode,
[ANTHY_ZIPCODE_FILE="$withval"],
[ANTHY_ZIPCODE_FILE="$datadir/anthy/zipcode.t"])
AC_SUBST(ANTHY_ZIPCODE_FILE)
+AM_CONDITIONAL([ENABLE_ZIPCODE], [test -f "$ANTHY_ZIPCODE_FILE" ])
dnl - check file path of kasumi bin
AC_ARG_WITH(kasumi-exec,