From 67c94cae969538b2d442fcf8b37663e8aa141686 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 23 Feb 2007 03:25:26 +0000 Subject: * parse.y (lambda): add ripper event. This fixes bus error on "make test-all". * ext/ripper/extconf.rb: do not stop build. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/ripper/extconf.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/ripper') diff --git a/ext/ripper/extconf.rb b/ext/ripper/extconf.rb index 99814e5d6c..6b44073300 100644 --- a/ext/ripper/extconf.rb +++ b/ext/ripper/extconf.rb @@ -4,9 +4,6 @@ require 'mkmf' require 'rbconfig' def main - Logging.message "YARV doesn't support Ripper" - return - unless find_executable('bison') unless File.exist?('ripper.c') or File.exist?("#{$srcdir}/ripper.c") Logging.message 'missing bison; abort' -- cgit v1.2.3