diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-26 19:58:15 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-26 19:58:15 +0000 |
commit | abb3c8d534ab931f6adeeea73739395ee39ee37f (patch) | |
tree | 4c109280112eaae302e8d33fe2a2f8f515118f1c /glib-2.0.pc.in | |
parent | bde5c9cf6573ff7a26c2c5663989d6e51f5fe5d5 (diff) | |
download | glib-abb3c8d534ab931f6adeeea73739395ee39ee37f.tar.gz |
Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case -lintl depends on -licon.
Tue Feb 26 14:56:31 2002 Owen Taylor <otaylor@redhat.com>
* glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
-lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
Diffstat (limited to 'glib-2.0.pc.in')
-rw-r--r-- | glib-2.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in index 7b0d47c1c..28f11b3c8 100644 --- a/glib-2.0.pc.in +++ b/glib-2.0.pc.in @@ -10,5 +10,5 @@ glib_mkenums=glib-mkenums Name: GLib Description: C Utility Library Version: @VERSION@ -Libs: -L${libdir} -lglib-1.3 @ICONV_LIBS@ @INTLLIBS@ +Libs: -L${libdir} -lglib-1.3 @INTLLIBS@ @ICONV_LIBS@ Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include |