In article <20201112035232.4e42c17a...@svn01-us-east.apache.org> hartmannat...@apache.org writes:
> + > +<p>This issue is fixed as 1.14.1. The SWIG version check is automatically > +skipped if the SWIG-generated files are present when <tt>configure</tt> is > +run. Also, the check can be skipped explicitly by passing the > +<tt>--without-swig</tt> option to <tt>configure</tt>.</p> > + This is not correct. The SWIG version check is not skipped even if the SWIG-generated files exists, if SWIG is detected by configure, and if the version of the swig detected is not suitable for the bindings, the configure script prevent to build Python bindings. To prevent the configure script detecting SWIG and checking its version, still users must pass --without-swig to the configure script explicitly. Cheers, -- Yasuhito FUTATSUKI <futat...@yf.bsdclub.org>