--- configure_orig 2008-09-06 15:51:15.000000000 +0200 +++ configure 2008-09-06 15:53:07.000000000 +0200 @@ -75,14 +75,15 @@ installed('cdparanoia') ? puts("cdparanoia found...") : puts("cdparanoia NOT found") puts "\nChecking the OPTIONAL dependencies..." - - puts "Testing support for the graphical frontend..." - begin - require 'gtk2' - puts "ruby-gtk2 bindings found" - rescue LoadError - puts "ruby-gtk2 is not found. The graphical frontend won't work!" - end + +#Removed to due load problem when not emerging in a X server +# puts "Testing support for the graphical frontend..." +# begin +# require 'gtk2' +# puts "ruby-gtk2 bindings found" +# rescue LoadError +# puts "ruby-gtk2 is not found. The graphical frontend won't work!" +# end puts "\nTesting support for freedb metadata fetching..." (installed('cd-discid') || installed('discid')) ? puts("cd-discid or discid found...") : puts("Neither cd-discid or discid could be found.")