Do not use the thread libs, when searching for some functions, as this
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Mon, 25 Jan 1999 09:53:17 +0000 (09:53 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Mon, 25 Jan 1999 09:53:17 +0000 (09:53 +0000)
commitdef1947e4f40d92f904afab9d82cb8ac83d913c3
treee5ffea4e8ca62dc4c6f5dfbff4ca83790ebb943c
parentc5fd4a3dc46d186f815e4ac71578938d62544f01
Do not use the thread libs, when searching for some functions, as this

1999-01-25  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: Do not use the thread libs, when searching for
some functions, as this might require glib to always be linked
with the thread libs on some platforms.

* gutils.c (g_get_any_init): Don't set errno to zero and use it
only as the error code, if the function returned a value less
0. It might happen, that the call succeeds, even though the errno
is set during the call (i.e. it first looks for a passwd file,
which is not found). Submitted by Michael Natterer
<mitschel@cs.tu-berlin.de>. BTW: Sorry for all the mess with that
`getpwuid_r' change, but it had to be done once.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
glib/gutils.c
gutils.c