fix configure to require python3
This commit is contained in:
parent
17cd14a5fa
commit
65f8f30968
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ AM_NLS
|
||||||
ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
|
ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
|
||||||
AC_SUBST(ACLOCAL_AMFLAGS)
|
AC_SUBST(ACLOCAL_AMFLAGS)
|
||||||
|
|
||||||
AM_PATH_PYTHON([2.5])
|
AM_PATH_PYTHON([3.5])
|
||||||
|
|
||||||
dnl ****
|
dnl ****
|
||||||
dnl enable installation in python-2.x/site-packages/gajim
|
dnl enable installation in python-2.x/site-packages/gajim
|
||||||
|
|
Loading…
Add table
Reference in a new issue