changeset 694045d6273c in /home/hg/repos/gajim

author: Yann Leboulanger <aste...@lagaule.org>
branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=694045d6273c
description: fix configure to require python3

diffstat:

 configure.ac |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f36fd235b49d -r 694045d6273c configure.ac
--- a/configure.ac      Tue Oct 11 09:51:31 2016 +0100
+++ b/configure.ac      Tue Oct 11 21:02:30 2016 +0200
@@ -36,7 +36,7 @@
 ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
 AC_SUBST(ACLOCAL_AMFLAGS)
 
-AM_PATH_PYTHON([2.5])
+AM_PATH_PYTHON([3.5])
 
 dnl ****
 dnl enable installation in python-2.x/site-packages/gajim
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to