summaryrefslogtreecommitdiff
path: root/glib-2.0.pc.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-11-12 23:44:28 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-12 23:44:28 +0000
commit292152dae21f8a5e710036e0922905835897c567 (patch)
treebd3d3f44f19e4f2820ba6450a410ab99d08e2695 /glib-2.0.pc.in
parent8bda01029faf3078a83c45fcdfbfcbd3368ad475 (diff)
downloadglib-292152dae21f8a5e710036e0922905835897c567.tar.gz
Create wrapper functions for iconv() so that we can transparently use the
Sun Nov 12 18:34:32 2000 Owen Taylor <otaylor@redhat.com> * gconvert.[ch]: Create wrapper functions for iconv() so that we can transparently use the native iconv, libiconv, or (in the future) a mini-iconv included with glib. * glib-config-2.0.in glib-2.0.pc.in: Include @ICONV_LIBS@ * INSTALL: Added note about libiconv. * configure.in: Add checks for libiconv from pango. If EILSEQ is not defined in errno.h add define for it into glibconfig.h so g_iconv can use it. (Note, recompiling from a system without EILSEQ to a system with EILSEQ will break binary compatibility)
Diffstat (limited to 'glib-2.0.pc.in')
-rw-r--r--glib-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in
index a77335bec..4be437e9e 100644
--- a/glib-2.0.pc.in
+++ b/glib-2.0.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: GLib
Description: C Utility Library
Version: @VERSION@
-Libs: -L${libdir} -lglib-1.3
+Libs: -L${libdir} -lglib-1.3 @ICONV_LIBS@
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include