summaryrefslogtreecommitdiff
path: root/gtk-config.in
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-11-01 01:44:05 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-11-01 01:44:05 +0000
commitf2fe3fe2216f8d65b7dd919a85fcefa305bb691f (patch)
treeec5e40f4fd71e9a2f4ca3807b5c279de6f79234d /gtk-config.in
parent704266d64684b90bbb82dfe5485cdb207f4b320c (diff)
downloadgtk+-f2fe3fe2216f8d65b7dd919a85fcefa305bb691f.tar.gz
Remove `#pragma }'.
* gtk/gtkfeatures.h.in: Remove `#pragma }'. * gdk/gdki18n.h: Update to use new `glib' widechar defines. * configure.in (CFLAGS): Don't use test -z "echo .. | grep". Use case instead. (wchar.h, wctype.h, iswalnum): Duplicate widechar tests from `glib'. (GDK_WLIBS): New variable. Lists extra libraries needed to use widechar functions. * gtk-config.in (--libs): List $GDK_WLIBS, too.
Diffstat (limited to 'gtk-config.in')
-rw-r--r--gtk-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-config.in b/gtk-config.in
index 234aa179a5..2726e946db 100644
--- a/gtk-config.in
+++ b/gtk-config.in
@@ -64,7 +64,7 @@ while test $# -gt 0; do
fi
fi
done
- echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @x_libs@ -lm
+ echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @x_libs@ @GDK_WLIBS@ -lm
;;
*)
echo "${usage}" 1>&2