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-koffice-3.5.13.2/lib/kross/configure.in.in.ori (+6 lines)
Lines 42-47 Link Here
42
        fi
42
        fi
43
      fi
43
      fi
44
      if test -z "$RUBY_VERSION"; then
44
      if test -z "$RUBY_VERSION"; then
45
        RUBY_VERSION=`$PKGCONFIG ruby-2.0 --modversion 2>/dev/null`
46
        if test -n "$RUBY_VERSION"; then
47
          RUBY_CFLAGS=`$PKGCONFIG ruby-2.0 --cflags`
48
        fi
49
      fi
50
      if test -z "$RUBY_VERSION"; then
45
        # pkgconfig file does not exist but might be 1.9.1: RUBY_VERSION defined in ruby/version.h
51
        # pkgconfig file does not exist but might be 1.9.1: RUBY_VERSION defined in ruby/version.h
46
        if test -n "$RUBY -r rbconfig -e 'printf("%s",RbConfig::CONFIG@<:@"rubyhdrdir"@:>@)'"; then
52
        if test -n "$RUBY -r rbconfig -e 'printf("%s",RbConfig::CONFIG@<:@"rubyhdrdir"@:>@)'"; then
47
          # rubyhdrdir parameter works only in >=1.9.1; this is 1.9.1
53
          # rubyhdrdir parameter works only in >=1.9.1; this is 1.9.1

Return to bug 1560