1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

ruby: add detection of Ruby 2.2

This commit is contained in:
Sébastien Helleu
2015-06-10 23:17:19 +02:00
parent bce7a6d434
commit 515e8b7b1a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
(closes #436)
* irc: fix errors displayed on WHOX messages received (closes #376)
* lua: add detection of Lua 5.3
* ruby: add detection of Ruby 2.2
* xfer: fix parsing of DCC chat messages (handle "\r\n" at the end of messages)
(closes #425, closes #426)
* doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions
+1 -1
View File
@@ -33,7 +33,7 @@ endif()
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
pkg_search_module(RUBY ruby-2.1 ruby-2.0 ruby-1.9 ruby-1.8)
pkg_search_module(RUBY ruby-2.2 ruby-2.1 ruby-2.0 ruby-1.9 ruby-1.8)
endif()
if(RUBY_FOUND)