blob: a2cf2547adeb5546d981f86661ad88758cea891d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- configure.orig 2015-07-12 10:56:29.415500175 -0700
+++ configure 2015-07-12 10:56:57.546148494 -0700
@@ -110,10 +110,10 @@
puts "Testing support for the graphical frontend..."
begin
- require 'gtk2'
- puts "ruby-gtk2 bindings found"
+ require 'gtk2/base'
+ puts "rubygem-gtk2 bindings found"
rescue LoadError
- puts "ruby-gtk2 is not found. The graphical frontend won't work!"
+ puts "rubygem-gtk2 is not found. The graphical frontend won't work!"
end
puts "\nTesting support for freedb metadata fetching..."
|