summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2019-12-03 14:07:17 +0800
committerPeng Wu <alexepico@gmail.com>2019-12-03 14:07:17 +0800
commit2ab63bd24f091315fecfc9ccd0495a6832ec327c (patch)
tree72d4264ef5b67ad86484971fd2c721a510ab164e
parent17121ad1dbc8c9be44d449c2d79179cdd90f6d7c (diff)
downloadibus-libpinyin-2ab63bd24f091315fecfc9ccd0495a6832ec327c.tar.gz
ibus-libpinyin-2ab63bd24f091315fecfc9ccd0495a6832ec327c.tar.xz
ibus-libpinyin-2ab63bd24f091315fecfc9ccd0495a6832ec327c.zip
Use Python 3.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a7b0a67..cf2c716 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ AC_ARG_WITH(python,
[Select python2 or python3]),
[PYTHON=$with_python], []
)
-AM_PATH_PYTHON([2.5])
+AM_PATH_PYTHON([3.2])
# check icon_prop_key in IBus.EngineDesc
AC_MSG_CHECKING([if IBus.EngineDesc has get_icon_prop_key])