Skip to content

Commit

Permalink
Revert python3 version checking to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangzhao authored and epico committed Sep 23, 2024
1 parent 5b794d4 commit cf67e92
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,19 @@ AC_CHECK_FUNCS([ibus_config_get_values])
CFLAGS="$save_CFLAGS"
LIBS="$save_LIBS"


# check env
AC_PATH_PROG(ENV, env)
AC_SUBST(ENV)

# check python
AM_PATH_PYTHON([3.7])
AM_PATH_PYTHON([3.2])

# assign the specified python version
AC_ARG_WITH(python,
AS_HELP_STRING([--with-python[=PATH]], [Select python version]),
[PYTHON=$with_python],
[]
)

# check icon_prop_key in IBus.EngineDesc
AC_MSG_CHECKING([if IBus.EngineDesc has get_icon_prop_key])
Expand Down

0 comments on commit cf67e92

Please sign in to comment.