Fix the pthread compiler flag detection.
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 Aug 2006 03:44:45 +0000 (03:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 26 Aug 2006 03:44:45 +0000 (03:44 +0000)
commit8f05c1da81e240b9d838b807f2b87bad88d8019c
tree5a13b56d13a0df033aefa07291ddb73fe5d0e9f5
parentc2441aea68f5fee4c1389cc3ae12aebbd97f37d2
Fix the pthread compiler flag detection.

2006-08-25  Matthias Clasen  <mclasen@redhat.com>

* configure.in: Fix the pthread compiler flag detection.

* glib/gunicode.h:
* glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
from gconvert.c, move it to gutf8.c, and export it privately.

* glib/gconvert.c (g_filename_display_name): Adjust callers.

* glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
places to ensure error messages are valid UTF-8.  (#351853,
Simon Budig)
ChangeLog
configure.in
glib/gconvert.c
glib/gkeyfile.c
glib/gunicode.h
glib/gutf8.c