diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2002-03-06 17:43:32 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2002-03-06 17:43:32 +0000 |
commit | 6e61ccb19ecae30a0223cf45960307be0a23888a (patch) | |
tree | 469cbeb727094791a18f35608ab9a18da26efeeb /ChangeLog.pre-2-0 | |
parent | 70bdb43ba889c2890d385469a444d6207b3a49f1 (diff) |
Fixed recognition of dce. Do not use -lc_r on OpenBSD and FreeBSD. Instead
2002-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed recognition of dce. Do not use -lc_r on
OpenBSD and FreeBSD. Instead use -pthread. Move scheduling
parameter check to after the case..esac block for finding the
right thread libs.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 56979add1..abf2b717b 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +2002-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + + * configure.in: Fixed recognition of dce. Do not use -lc_r on + OpenBSD and FreeBSD. Instead use -pthread. Move scheduling + parameter check to after the case..esac block for finding the + right thread libs. + Tue Mar 5 19:41:02 2002 Owen Taylor <otaylor@redhat.com> * GTK+-2.0.0 rc1 |