comparison 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
comparison
equal deleted inserted replaced
2076:1c7a66d820e4 2077:d8983769c9dd
393 #CONF_OPT_TCL = --enable-tclinterp 393 #CONF_OPT_TCL = --enable-tclinterp
394 #CONF_OPT_TCL = --enable-tclinterp --with-tclsh=tclsh8.4 394 #CONF_OPT_TCL = --enable-tclinterp --with-tclsh=tclsh8.4
395 395
396 # RUBY 396 # RUBY
397 # Uncomment this when you want to include the Ruby interface. 397 # Uncomment this when you want to include the Ruby interface.
398 #CONF_OPT_RUBY = --enable-rubyinterp 398 # Note: you need the development package (e.g., ruby1.9.1-dev on Ubuntu).
399 # CONF_OPT_RUBY = --enable-rubyinterp
400 # CONF_OPT_RUBY = --enable-rubyinterp --with-ruby-command=ruby1.9.1
399 401
400 # MZSCHEME 402 # MZSCHEME
401 # Uncomment this when you want to include the MzScheme interface. 403 # Uncomment this when you want to include the MzScheme interface.
402 #CONF_OPT_MZSCHEME = --enable-mzschemeinterp 404 #CONF_OPT_MZSCHEME = --enable-mzschemeinterp
403 # PLT/mrscheme/drscheme Home dir; the PLTHOME environment variable also works 405 # PLT/mrscheme/drscheme Home dir; the PLTHOME environment variable also works