Commit 84849cdc authored by Pavel Vainerman's avatar Pavel Vainerman

отключил проверку SWIG (т.к. сгенерированные файлы добавлены в git).

parent b7f7893c
...@@ -114,7 +114,7 @@ if test ${buildpython} = true; then ...@@ -114,7 +114,7 @@ if test ${buildpython} = true; then
dnl Python dnl Python
AM_PATH_PYTHON(,,) AM_PATH_PYTHON(,,)
PKG_CHECK_MODULES(PYTHON,python,,exit) PKG_CHECK_MODULES(PYTHON,python,,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])
fi fi
......
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