Commit 1e3dc453 authored by Pavel Vainerman's avatar Pavel Vainerman

(configure): Исправил ALT-специфичную проверку python.

Сделал жёстко на python-2.7
parent a2ee5d5a
...@@ -237,7 +237,7 @@ if test ${buildpython} = true; then ...@@ -237,7 +237,7 @@ if test ${buildpython} = true; then
AC_MSG_RESULT([enabled]) AC_MSG_RESULT([enabled])
dnl Python dnl Python
AM_PATH_PYTHON(,,) AM_PATH_PYTHON(,,)
PKG_CHECK_MODULES(PYTHON,python,,exit) PKG_CHECK_MODULES(PYTHON,python-2.7,,exit)
# AC_CHECK_PROG(SWIG, swig, yes, exit) # AC_CHECK_PROG(SWIG, swig, yes, exit)
else else
AC_MSG_RESULT([disabled]) AC_MSG_RESULT([disabled])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment