diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-30 12:06:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-30 12:06:46 -0500 |
commit | de9980a5ac444080cdd43bf3d744d6923363c05b (patch) | |
tree | 623988dd1c1e30d48f6b5aa841e203520354ab55 /qtruby | |
parent | 17ec98326a48e4cf51dae6516be6198a1bc5a486 (diff) | |
download | tdebindings-de9980a5ac444080cdd43bf3d744d6923363c05b.tar.gz tdebindings-de9980a5ac444080cdd43bf3d744d6923363c05b.zip |
Fix build on Ruby 1.9.x without pkgconfig file.
Diffstat (limited to 'qtruby')
-rw-r--r-- | qtruby/rubylib/qtruby/configure.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtruby/rubylib/qtruby/configure.in.in b/qtruby/rubylib/qtruby/configure.in.in index f8804038..f42716c4 100644 --- a/qtruby/rubylib/qtruby/configure.in.in +++ b/qtruby/rubylib/qtruby/configure.in.in @@ -8,6 +8,7 @@ if test -z "$RUBY"; then DO_NOT_COMPILE="$DO_NOT_COMPILE qtruby" else AC_MSG_CHECKING(for ruby dirs) + # Note: pkgconfig file exists only for ruby >= 1.9.3 if test -n "$PKGCONFIG"; then RUBY_VERSION=`$PKGCONFIG ruby --modversion 2>/dev/null` if test -n "$RUBY_VERSION"; then |