--- gdk-pixbuf-config.in.orig Mon Apr 10 20:56:56 2000 +++ gdk-pixbuf-config.in Thu Apr 13 11:40:34 2000 @@ -42,11 +42,11 @@ if test @includedir@ != /usr/include ; then includes=-I@includedir@ fi - echo $includes `gtk-config --cflags` + echo $includes `@GTK_CONFIG@ --cflags` ;; --libs) libdirs=-L@libdir@ - echo $libdirs -lgdk_pixbuf `gtk-config --libs` + echo $libdirs -lgdk_pixbuf `@GTK_CONFIG@ --libs` ;; *) echo "${usage}" 1>&2