ext/extconf.rb in ruby-libnotify-0.4.1 vs ext/extconf.rb in ruby-libnotify-0.4.1.1
- old
+ new
@@ -3,14 +3,16 @@
=begin
type=0, DEBUG
type=1, RELEASE
=end
+require 'rubygems'
+
begin
require 'pkg-config'
rescue LoadError
- puts "ERROR: no pkg-config.rb file found, please install Ruby/GLib2",
- "[ http://ruby-gnome2.sourceforge.jp/ ]"
+ puts "ERROR: no pkg-config.rb file found, please install pkg-config",
+ "[ http://rubygems.org/gems/pkg-config ]"
exit
end
$preload = nil
type = 1