--- configure.orig	Mon Mar  1 13:43:36 1999
+++ configure	Mon Mar  1 13:45:30 1999
@@ -1777,13 +1777,13 @@
   if test x$glib_config_exec_prefix != x ; then
      glib_config_args="$glib_config_args --exec-prefix=$glib_config_exec_prefix"
      if test x${GLIB_CONFIG+set} != xset ; then
-        GLIB_CONFIG=$glib_config_exec_prefix/bin/glib-config
+        GLIB_CONFIG=$glib_config_exec_prefix/bin/glib11-config
      fi
   fi
   if test x$glib_config_prefix != x ; then
      glib_config_args="$glib_config_args --prefix=$glib_config_prefix"
      if test x${GLIB_CONFIG+set} != xset ; then
-        GLIB_CONFIG=$glib_config_prefix/bin/glib-config
+        GLIB_CONFIG=$glib_config_prefix/bin/glib11-config
      fi
   fi
 
@@ -1792,7 +1792,7 @@
   esac
 
   # Extract the first word of "glib-config", so it can be a program name with args.
-set dummy glib-config; ac_word=$2
+set dummy glib11-config; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1798: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
@@ -2014,17 +2014,17 @@
 else
   # Use uninstalled glib (assume they got the version right)
 
-  if test -x $with_glib/glib-config ; then
+  if test -x $with_glib/glib11-config ; then
     :
   else
     { echo "configure: error: GLIB directory ($with_glib) not present or not configured" 1>&2; exit 1; }
   fi
 
   # For use in gtk-config
-  glib_cflags=`$with_glib/glib-config --cflags`
-  glib_libs=`$with_glib/glib-config --libs`
+  glib_cflags=`$with_glib/glib11-config --cflags`
+  glib_libs=`$with_glib/glib11-config --libs`
 
-  glib_release=`$with_glib/glib-config --version | sed 's%\\.[0-9]*$%%'`
+  glib_release=`$with_glib/glib11-config --version | sed 's%\\.[0-9]*$%%'`
 
   # canonicalize relative paths
   case $with_glib in
