--- gdk-pixbuf-config.in.orig Sat Jan 29 23:25:44 2000 +++ gdk-pixbuf-config.in Mon Feb 21 23:54:45 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 `libart-config --libs` `gtk-config --libs` + echo $libdirs -lgdk_pixbuf `libart-config --libs` `@GTK_CONFIG@ --libs` ;; *) echo "${usage}" 1>&2