--- Makefile.PL.orig	Tue Sep 29 18:49:53 1998
+++ Makefile.PL	Fri Oct  9 01:11:11 1998
@@ -29,7 +29,7 @@
 # One can also 'source' in the shell the proper gnomeConf.sh file
 # before running perl Makefile.PL.
 if (!defined $ENV{GTKXMHTML_LIBS} || !defined $ENV{GNOMEUI_LIBS}) {
-	foreach (qw{/opt/lib /usr/local/lib /usr/lib /usr/X11R6/lib /opt/gnome/lib }) {
+	foreach (qw{/usr/X11R6/share/gnome }) {
 		open(GNOMEC, "$_/gnomeConf.sh") || next;
 		my $f= join('', <GNOMEC>);
 		close GNOMEC;
@@ -43,10 +43,10 @@
 
 @defines = ();
 
-$libs = `gtk-config --libs`;
+$libs = `gtk11-config --libs`;
 $libs = "-L/usr/X11R6/lib -lgtk -lgdk -lglib -lX11 -lXext" if not defined $libs;
 
-$inc = `gtk-config --cflags`;
+$inc = `gtk11-config --cflags`;
 
 $libs =~ s/\s+/ /g;
 $inc =~ s/\s+/ /g;
@@ -263,7 +263,7 @@
 sub gtk_version {
 	my($result);
 
-	$result = `gtk-config --version`;
+	$result = `gtk11-config --version`;
 	chomp $result;
 	
 	if (not defined $result) {
