Created
December 31, 2019 06:58
-
-
Save anatol/bb474451a1c9c7794a5a104cb619fec3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build/ac-macros/swig.m4 b/build/ac-macros/swig.m4 | |
index bc2599038f..c707a8c282 100644 | |
--- a/build/ac-macros/swig.m4 | |
+++ b/build/ac-macros/swig.m4 | |
@@ -230,7 +230,7 @@ AC_DEFUN(SVN_FIND_SWIG, | |
AC_CACHE_CHECK([for Ruby include path], [svn_cv_ruby_includes],[ | |
if test -d "$rbconfig_rubyhdrdir"; then | |
dnl Ruby >=1.9 | |
- svn_cv_ruby_includes="-I. -I$rbconfig_rubyhdrdir -I$rbconfig_rubyhdrdir/ruby -I$rbconfig_rubyhdrdir/ruby/backward" | |
+ svn_cv_ruby_includes="-I. -I$rbconfig_rubyhdrdir" | |
if test -d "$rbconfig_rubyarchhdrdir"; then | |
dnl Ruby >=2.0 | |
svn_cv_ruby_includes="$svn_cv_ruby_includes -I$rbconfig_rubyarchhdrdir" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment