From: ellson Date: Fri, 18 Feb 2011 16:51:31 +0000 (+0000) Subject: extra ruby-1.9 config - patch from X-Git-Tag: LAST_LIBGRAPH~32^2~1024 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52f62ec3cbf65f43732b0d1b17b4a8571bf98386;p=graphviz extra ruby-1.9 config - patch from --- diff --git a/config/config_ruby.rb b/config/config_ruby.rb index 9211cdd43..0200eced4 100644 --- a/config/config_ruby.rb +++ b/config/config_ruby.rb @@ -5,7 +5,7 @@ CONFIG = Config::MAKEFILE_CONFIG case ARGV[0] when "INCLUDES" - puts Config::expand(CONFIG["archdir"]) + puts "#{Config::expand(CONFIG['rubyhdrdir'])} -I#{Config::expand(CONFIG['rubyhdrdir'])}/#{Config::expand(CONFIG['arch'])}" when "lib" puts Config::expand(CONFIG["libdir"]) when "archsitelib"