By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1560
Collapse All | Expand All

(-)trinity-tdebindings-3.5.13.2/qtruby/rubylib/qtruby/configure.in.in.ORI (+7 lines)
Lines 54-59 Link Here
54
    RUBY_INCLUDEDIR=$RUBY_ARCHDIR
54
    RUBY_INCLUDEDIR=$RUBY_ARCHDIR
55
    RUBY_LIBRUBYARG=`$RUBY -r rbconfig -e 'printf("%s",Config::CONFIG@<:@"LIBRUBYARG_SHARED"@:>@)'`
55
    RUBY_LIBRUBYARG=`$RUBY -r rbconfig -e 'printf("%s",Config::CONFIG@<:@"LIBRUBYARG_SHARED"@:>@)'`
56
  fi
56
  fi
57
58
  # Removes trailing slashes, if any, to avoid fail to install with recent libtool.
59
  RUBY_ARCHDIR=${RUBY_ARCHDIR%/}
60
  RUBY_SITEDIR=${RUBY_SITEDIR%/}
61
  RUBY_LIBDIR=${RUBY_LIBDIR%/}
62
  RUBY_RUBYLIBDIR=${RUBY_RUBYLIBDIR%/}
63
57
  AC_MSG_RESULT([
64
  AC_MSG_RESULT([
58
                  archdir $RUBY_ARCHDIR,
65
                  archdir $RUBY_ARCHDIR,
59
                  sitearchdir $RUBY_SITEARCHDIR,
66
                  sitearchdir $RUBY_SITEARCHDIR,
(-)trinity-tdebindings-3.5.13.2/korundum/rubylib/korundum/configure.in.in.ORI (+7 lines)
Lines 54-59 Link Here
54
    RUBY_INCLUDEDIR=$RUBY_ARCHDIR
54
    RUBY_INCLUDEDIR=$RUBY_ARCHDIR
55
    RUBY_LIBRUBYARG=`$RUBY -r rbconfig -e 'printf("%s",Config::CONFIG@<:@"LIBRUBYARG_SHARED"@:>@)'`
55
    RUBY_LIBRUBYARG=`$RUBY -r rbconfig -e 'printf("%s",Config::CONFIG@<:@"LIBRUBYARG_SHARED"@:>@)'`
56
  fi
56
  fi
57
58
  # Removes trailing slashes, if any, to avoid fail to install with recent libtool.
59
  RUBY_ARCHDIR=${RUBY_ARCHDIR%/}
60
  RUBY_SITEDIR=${RUBY_SITEDIR%/}
61
  RUBY_LIBDIR=${RUBY_LIBDIR%/}
62
  RUBY_RUBYLIBDIR=${RUBY_RUBYLIBDIR%/}
63
57
  AC_MSG_RESULT([
64
  AC_MSG_RESULT([
58
                  archdir $RUBY_ARCHDIR,
65
                  archdir $RUBY_ARCHDIR,
59
                  sitearchdir $RUBY_SITEARCHDIR,
66
                  sitearchdir $RUBY_SITEARCHDIR,

Return to bug 1560