[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1814387 - in /subversion/branches/swig-py3: BRANCH-README Makefile.in build.conf build/ac-macros/swig.m4 configure.ac subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c

From: Troy Curtis Jr <troycurtisjr_at_gmail.com>
Date: Tue, 07 Nov 2017 01:45:01 +0000

On Mon, Nov 6, 2017, 7:41 AM Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:

> troycurtisjr_at_apache.org wrote on Mon, 06 Nov 2017 02:33 +0000:
> > +++ subversion/branches/swig-py3/build/ac-macros/swig.m4 Mon Nov 6
> 02:33:27 2017
> > @@ -133,6 +134,18 @@ AC_DEFUN(SVN_FIND_SWIG,
> > + AC_CACHE_CHECK([for Python >= 3], [ac_cv_python_is_py3],[
> > + ac_cv_python_is_py3="no"
> > + $PYTHON -c 'import sys; sys.exit(0x3000000 >=
> sys.hexversion)' && \
> > + ac_cv_python_is_py3="yes"
> > + ])
>
> s/>=/>/
>
> Yes, it's a corner case...
>

What? I run python 3.0 all the time! ;)

Thanks I'm get it fixed up.

Troy
Received on 2017-11-07 02:45:20 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.