diff src/Makefile @ 2077:d8983769c9dd v7.2.361

updated for version 7.2.361 Problem: Ruby 1.9 is not supported. Solution: Add Ruby 1.9 support. (Msaki Suketa)
author Bram Moolenaar <bram@zimbu.org>
date Wed, 17 Feb 2010 16:23:09 +0100
parents afb740b5dfab
children e9c9f37be306
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -395,7 +395,9 @@ CClink = $(CC)
 
 # RUBY
 # Uncomment this when you want to include the Ruby interface.
-#CONF_OPT_RUBY = --enable-rubyinterp
+# Note: you need the development package (e.g., ruby1.9.1-dev on Ubuntu).
+# CONF_OPT_RUBY = --enable-rubyinterp
+# CONF_OPT_RUBY = --enable-rubyinterp --with-ruby-command=ruby1.9.1
 
 # MZSCHEME
 # Uncomment this when you want to include the MzScheme interface.