LGTM On Mon, Sep 21, 2015 at 1:43 PM, 'Klaus Aehlig' via ganeti-devel < [email protected]> wrote:
> Signed-off-by: Klaus Aehlig <[email protected]> > --- > configure.ac | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index fd2c7a5..3dee845 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -890,7 +890,8 @@ AC_SUBST(MAN_HAS_WARNINGS) > # only supports a "minimal version" constraint, we check <3.0 afterwards. > # We tune _AM_PYTHON_INTERPRETER_LIST to first check interpreters that > are > # likely interpreters for Python 2. > -m4_define_default([_AM_PYTHON_INTERPRETER_LIST], [python2 python2.7 > python2.6 python]) > +m4_define_default([_AM_PYTHON_INTERPRETER_LIST], > + [python2 python2.7 python2.6 python]) > AM_PATH_PYTHON(2.6) > if $PYTHON -c "import sys > if (sys.hexversion >> 24) < 3: > -- > 2.6.0.rc0.131.gf624c3d > > -- Lisa Velden Software Engineer [email protected] Google Germany GmbH Dienerstraße 12 80331 München Geschäftsführer: Graham Law, Christine Elizabeth Flores Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg
