mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-07 19:35:50 +01:00
Fixed typo. Now HPUX 11 thread system detection should work.
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Fixed typo. Now HPUX 11 thread system detection should work.
This commit is contained in:
parent
9b09f1feed
commit
1432d70585
@ -1,3 +1,11 @@
|
||||
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo. Now HPUX 11 thread system detection
|
||||
should work.
|
||||
|
||||
* gutils.c (g_get_any_init): Changed initial bufsize to 64. Should
|
||||
solve some problems out there.
|
||||
|
||||
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL
|
||||
|
@ -1,3 +1,11 @@
|
||||
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo. Now HPUX 11 thread system detection
|
||||
should work.
|
||||
|
||||
* gutils.c (g_get_any_init): Changed initial bufsize to 64. Should
|
||||
solve some problems out there.
|
||||
|
||||
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL
|
||||
|
@ -1,3 +1,11 @@
|
||||
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo. Now HPUX 11 thread system detection
|
||||
should work.
|
||||
|
||||
* gutils.c (g_get_any_init): Changed initial bufsize to 64. Should
|
||||
solve some problems out there.
|
||||
|
||||
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL
|
||||
|
@ -1,3 +1,11 @@
|
||||
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo. Now HPUX 11 thread system detection
|
||||
should work.
|
||||
|
||||
* gutils.c (g_get_any_init): Changed initial bufsize to 64. Should
|
||||
solve some problems out there.
|
||||
|
||||
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL
|
||||
|
@ -1,3 +1,11 @@
|
||||
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo. Now HPUX 11 thread system detection
|
||||
should work.
|
||||
|
||||
* gutils.c (g_get_any_init): Changed initial bufsize to 64. Should
|
||||
solve some problems out there.
|
||||
|
||||
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL
|
||||
|
@ -1,3 +1,11 @@
|
||||
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo. Now HPUX 11 thread system detection
|
||||
should work.
|
||||
|
||||
* gutils.c (g_get_any_init): Changed initial bufsize to 64. Should
|
||||
solve some problems out there.
|
||||
|
||||
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL
|
||||
|
@ -1,3 +1,11 @@
|
||||
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo. Now HPUX 11 thread system detection
|
||||
should work.
|
||||
|
||||
* gutils.c (g_get_any_init): Changed initial bufsize to 64. Should
|
||||
solve some problems out there.
|
||||
|
||||
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL
|
||||
|
@ -1,3 +1,11 @@
|
||||
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo. Now HPUX 11 thread system detection
|
||||
should work.
|
||||
|
||||
* gutils.c (g_get_any_init): Changed initial bufsize to 64. Should
|
||||
solve some problems out there.
|
||||
|
||||
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* INSTALL
|
||||
|
@ -644,7 +644,7 @@ case $have_threads in
|
||||
fi
|
||||
dnl ********* HPUX 11 ***********
|
||||
if test "x$G_THREAD_LIBS" = xerror; then
|
||||
AC_CHECK_LIB(thread, __pthread_attr_init_system,
|
||||
AC_CHECK_LIB(pthread, __pthread_attr_init_system,
|
||||
G_THREAD_LIBS="-lpthread")
|
||||
fi
|
||||
mutex_has_default=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user