1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2007-10-10 16:46:26 +00:00
parent 1445e4492f
commit 6630261802
7 changed files with 53 additions and 5 deletions

View file

@ -1,3 +1,12 @@
2007-10-10 Ludovic Courtès <ludo@gnu.org>
* configure.in (SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT):
New substituted variable.
Use `-Werror' when using GCC and checking for
`PTHREAD_ONCE_INIT'. Add check for braces around
`PTHREAD_MUTEX_INITIALIZER'.
* NEWS: Mention build fix for IRIX.
2007-10-02 Ludovic Courtès <ludo@gnu.org>
* NEWS: Mention `(ice-9 slib)' fix and threading fix.