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:
Sebastian Wilhelmi 1999-01-29 13:34:43 +00:00 committed by Sebastian Wilhelmi
parent 9b09f1feed
commit 1432d70585
9 changed files with 65 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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