Kenji Okimoto
null+****@clear*****
Wed Feb 15 17:26:30 JST 2017
Kenji Okimoto 2017-02-15 17:26:30 +0900 (Wed, 15 Feb 2017) New Revision: 585f4df0808a23d01d2bf88157bf211f849b452f https://github.com/milter-manager/milter-manager/commit/585f4df0808a23d01d2bf88157bf211f849b452f Merged ccec3ae: Merge pull request #116 from milter-manager/import-ruby-glib2-3.1.1 Message: configure: Use bundled ruby-glib2 2.2.5 on some distributions | OS | install ruby-glib2 3.1.1 | reason | |---------------|--------------------------|------------------| | CentOS6 | NG | glib2 is too old | | CentOS7 | NG | Ruby 2.0.0 | | Ubuntu12.04 | NG | Ruby 1.9 | | Ubuntu14.04 | NG | Ruby 1.9 | | Ubuntu16.04 | OK | Ruby 2.3.0 | | Debian jessie | OK | Ruby 2.1.5 | Modified files: configure.ac Modified: configure.ac (+2 -1) =================================================================== --- configure.ac 2017-02-15 16:46:33 +0900 (84fa147) +++ configure.ac 2017-02-15 17:26:30 +0900 (3ccd8be) @@ -510,7 +510,8 @@ if test "$ruby_available" = "yes"; then if test "x$use_bundled_ruby_glib2" != "xno" -a \ "x$ruby_glib2_available" != "xyes"; then - if test "$MILTER_MANAGER_PACKAGE_PLATFORM" = centos6; then + if test "$MILTER_MANAGER_PACKAGE_PLATFORM" = centos6 -o \ + "$ruby_version" -lt 210; then ac_used_bundled_ruby_glib2_version=2.2.5 else ac_used_bundled_ruby_glib2_version=${bundled_latest_ruby_glib2_version} -------------- next part -------------- An HTML attachment was scrubbed... ダウンロード