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
--- configure 2011-02-20 12:24:48.000000000 -0800 | |
+++ configure.mine 2011-03-29 15:46:00.000000000 -0700 | |
@@ -8654,15 +8654,20 @@ | |
RUBYDIR=`($RUBY -rmkmf -e 'print Config::CONFIG["archdir"] || $archdir') 2>/dev/null` | |
if test x"$RUBYDIR" != x""; then | |
- dirs="$RUBYDIR" | |
- RUBYINCLUDE=none | |
+ # dirs for rvm | |
+ dirs="`cd $MY_RUBY_HOME/include/*/*/ruby/..;pwd` `cd $MY_RUBY_HOME/include/*;pwd`" | |
+ RUBYINCLUDE="" |