Anatol Pomozov <anatol.pomozov@gmail.com>


Patch
r1875602

r1875602 | jamessan | 2020-03-24 23:30:21 +0000 (Tue, 24 Mar 2020)

Remove incorrect include paths from svn_cv_ruby_includes.

Files under ruby/ and ruby/backward/ should be included using "#include
<ruby/...>", if needed, instead of adding those directories to the include
path.

* build/ac-macros/swig.m4
  (SVN_FIND_SWIG): Remove "-I$rbconfig_rubyhdrdir/ruby
   -I$rbconfig_rubyhdrdir/ruby/backward"

Patch by: Anatol Pomozov <anatol.pomozov{_AT_}gmail.com>