From 2ab63bd24f091315fecfc9ccd0495a6832ec327c Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 3 Dec 2019 14:07:17 +0800 Subject: Use Python 3.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit