diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-05-21 19:09:17 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-05-21 19:09:17 +0000 |
commit | 26be1019b1db0ddba7b1271bb6becfb057fe907c (patch) | |
tree | fab3e513f3f53e0a0cca4f83f244f69bd10d81e3 /ChangeLog | |
parent | 9b79473042ae06e8bb7e441d97a9cc45fc0cc37b (diff) |
Move iconv tests before gettext checks. (#81999)
Mon May 20 18:02:46 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Move iconv tests before gettext
checks. (#81999)
* m4macros/glib-gettext.m4 acinclude.m4: If we can't
link to gettext, try adding in -liconv. (#80076,
Boyd Lynn Gerber)
* m4macros/glib-gettext.m4 acinclude.m4: Suppress
warnings about xgettext not being GNU gettext when
libintl wasn't found at all.
(#79016, Andrew P. Lentvorski, Jr.)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Mon May 20 18:02:46 2002 Owen Taylor <otaylor@redhat.com> + + * configure.in: Move iconv tests before gettext + checks. (#81999) + + * m4macros/glib-gettext.m4 acinclude.m4: If we can't + link to gettext, try adding in -liconv. (#80076, + Boyd Lynn Gerber) + + * m4macros/glib-gettext.m4 acinclude.m4: Suppress + warnings about xgettext not being GNU gettext when + libintl wasn't found at all. + (#79016, Andrew P. Lentvorski, Jr.) + 2002-05-21 Matthias Clasen <maclas@gmx.de> * glib/gmarkup.c (g_markup_parse_context_parse): Add my gmarkup |