From 72011551bae15566bef4e6cf38bf528de3981d43 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Jun 13 2017 13:54:40 +0000 Subject: framework: Search for a Python3 interpreter by default --- diff --git a/framework/configure.ac b/framework/configure.ac index f959492..b41c07a 100644 --- a/framework/configure.ac +++ b/framework/configure.ac @@ -31,7 +31,7 @@ ur uz uz@cyrillic vi wa wo xh yi zh_CN zh_HK zh_TW zu " AC_PROG_LN_S -AM_PATH_PYTHON +AM_PATH_PYTHON([3]) LIBCAP_NG_PATH AC_PATH_PROGS([html_browser_open], [xdg-open htmlview])