On Mon, Nov 6, 2017, 7:41 AM Daniel Shahaf <d...@daniel.shahaf.name> wrote:
> troycurti...@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