From c3bcbe03c46356b05620430d88f24028150419ee 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: http://svn.ruby-lang.org/repos/ruby/trunk@11815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/ripper/extconf.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext') diff --git a/ext/ripper/extconf.rb b/ext/ripper/extconf.rb index 99814e5d6..6b4407330 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