Project

General

Profile

libprelude-3.0.0-ruby-configure.patch

Thomas ANDREJAK, 07/15/2016 11:00 PM

Download (725 Bytes)

View differences:

libprelude-3.0.0/configure.in.new 2016-07-15 22:44:04.891423743 +0200
525 525
dnl * Ruby support                                   *
526 526
dnl **************************************************
527 527

  
528

  
529
AM_PATH_RUBY(,with_ruby=yes, with_ruby=no)
528
AC_ARG_WITH(ruby, AC_HELP_STRING(--with-ruby@<:@=PATH@:>@, Enable support for ruby binding @<:@default=auto@:>@),,with_ruby=no)
530 529
if test x$with_ruby != xno; then
530
    AM_PATH_RUBY(,with_ruby=yes, with_ruby=no)
531 531
    RUBY_ARCHDIR=`$RUBY -e 'require "rbconfig.rb"; puts RbConfig::expand("\$(archdir)")'`
532 532
    RUBY_LIBRUBYARG=`$RUBY -e 'require "rbconfig.rb"; puts RbConfig::expand("\$(LIBRUBYARG)")'`
533 533