--- configure	Mon Nov  8 14:06:35 1999
+++ configure.new	Sun Dec 19 19:35:39 1999
@@ -896,7 +896,7 @@
 	        		want_gnome=yes
 	    			LDFLAGS="$LDFLAGS -L$withval/lib"
 	    			CFLAGS="$CFLAGS -I$withval/include"
-	    			gnome_prefix=$withval/lib
+	    			gnome_prefix=$withval
 	    		fi
   		fi
 else
@@ -1114,9 +1114,9 @@
 
 	    if test x$exec_prefix = xNONE; then
 	        if test x$prefix = xNONE; then
-		    gnome_prefix=$ac_default_prefix/lib
+		    gnome_prefix=$ac_default_prefix
 	        else
- 		    gnome_prefix=$prefix/lib
+ 		    gnome_prefix=$prefix
 	        fi
 	    else
 	        gnome_prefix=`eval echo \`echo $libdir\``
@@ -1125,11 +1125,11 @@
 	    if test "$no_gnome_config" = "yes"; then
               echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
 echo "configure:1128: checking for gnomeConf.sh file in $gnome_prefix" >&5
-	      if test -f $gnome_prefix/gnomeConf.sh; then
+	      if test -f $gnome_prefix/etc/gnomeConf.sh; then
 	        echo "$ac_t""found" 1>&6
 	        echo "loading gnome configuration from" \
-		     "$gnome_prefix/gnomeConf.sh"
-	        . $gnome_prefix/gnomeConf.sh
+		     "$gnome_prefix/etc/gnomeConf.sh"
+	        . $gnome_prefix/etc/gnomeConf.sh
 	        
 	      else
 	        echo "$ac_t""not found" 1>&6
@@ -2654,15 +2654,9 @@
 
   if test x$gtk_config_exec_prefix != x ; then
      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
-     if test x${GTK_CONFIG+set} != xset ; then
-        GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
-     fi
   fi
   if test x$gtk_config_prefix != x ; then
      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
-     if test x${GTK_CONFIG+set} != xset ; then
-        GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
-     fi
   fi
 
   # Extract the first word of "gtk-config", so it can be a program name with args.
