Dont complain, if --without-threads or --with-threads=none is supplied;
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Tue, 15 Dec 1998 17:50:47 +0000 (17:50 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Tue, 15 Dec 1998 17:50:47 +0000 (17:50 +0000)
commitd98c425676cbd0eca9580eace93a761d621af108
tree64bbc69499652f695b9f1f9db2fd45a2d26fec9f
parent2c30e8620fe66dedf35ee294bcd70051bde8685f
Dont complain, if --without-threads or --with-threads=none is supplied;

1998-12-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: Dont complain, if --without-threads or
--with-threads=none is supplied; Test for pthread_attr_init
instead of pthread_cond_init, if threads seems to be supported by
standard glib. (CFLAGS): Use G_THREAD_CFLAGS for compiling of glib
as well.

* glib.h, gmutex.c: Changed private to private_key to avoid
problems when compiling with under C++.
12 files changed:
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.h
glib/glib.h
gmutex.c