$NetBSD: patch-ag,v 1.1 1999/02/19 14:22:47 rh Exp $

--- gtk-config.in.orig	Mon Apr  6 06:31:14 1998
+++ gtk-config.in	Tue Feb 16 15:28:19 1999
@@ -42,10 +42,10 @@
       if test @includedir@ != /usr/include ; then
         includes=-I@includedir@
       fi
-      echo -I@libdir@/glib/include $includes @x_cflags@
+      echo $includes @x_cflags@
       ;;
     --libs)
-      echo -L@libdir@ @x_ldflags@ -lgtk -lgdk -lglib @x_libs@ -lm
+      echo -L@libdir@ @x_ldflags@ -lgtk10 -lgdk10 -lglib10 @x_libs@ -lm
       ;;
     *)
       echo "${usage}" 1>&2
