1998-09-30 13:51:46 +00:00
|
|
|
--- gnome-config.in.orig Mon Sep 21 23:15:02 1998
|
|
|
|
+++ gnome-config.in Sat Sep 26 22:12:16 1998
|
|
|
|
@@ -45,7 +45,7 @@
|
1998-09-06 06:34:19 +00:00
|
|
|
gnome
|
|
|
|
gnomeui
|
1998-09-30 13:51:46 +00:00
|
|
|
gnorba
|
1998-09-06 06:34:19 +00:00
|
|
|
- gtk (calls gtk-config)
|
|
|
|
+ gtk11 (calls gtk11-config)
|
|
|
|
gtkxmhtml (only --libs)
|
|
|
|
zvt (only --libs)
|
|
|
|
|
1998-09-30 13:51:46 +00:00
|
|
|
@@ -116,9 +116,9 @@
|
1998-09-06 06:34:19 +00:00
|
|
|
the_libs="$the_libs `glib-config --libs`"
|
|
|
|
the_flags="$the_flags `glib-config --cflags`"
|
|
|
|
;;
|
|
|
|
- gtk)
|
|
|
|
- the_libs="$the_libs `gtk-config --libs`"
|
|
|
|
- the_flags="$the_flags `gtk-config --cflags`"
|
|
|
|
+ gtk11)
|
|
|
|
+ the_libs="$the_libs `gtk11-config --libs`"
|
|
|
|
+ the_flags="$the_flags `gtk11-config --cflags`"
|
|
|
|
;;
|
|
|
|
gnome)
|
|
|
|
the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"
|