From 1432d70585c3df297a9f29e6f5515a3666c5a2b6 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Fri, 29 Jan 1999 13:34:43 +0000 Subject: [PATCH] Fixed typo. Now HPUX 11 thread system detection should work. 1999-01-29 Sebastian Wilhelmi * configure.in: Fixed typo. Now HPUX 11 thread system detection should work. --- ChangeLog | 8 ++++++++ ChangeLog.pre-2-0 | 8 ++++++++ ChangeLog.pre-2-10 | 8 ++++++++ ChangeLog.pre-2-12 | 8 ++++++++ ChangeLog.pre-2-2 | 8 ++++++++ ChangeLog.pre-2-4 | 8 ++++++++ ChangeLog.pre-2-6 | 8 ++++++++ ChangeLog.pre-2-8 | 8 ++++++++ configure.in | 2 +- 9 files changed, 65 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f73a27f..4698407 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1999-01-29 Sebastian Wilhelmi + + * 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 * INSTALL diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index f73a27f..4698407 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,11 @@ +1999-01-29 Sebastian Wilhelmi + + * 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 * INSTALL diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f73a27f..4698407 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +1999-01-29 Sebastian Wilhelmi + + * 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 * INSTALL diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index f73a27f..4698407 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,11 @@ +1999-01-29 Sebastian Wilhelmi + + * 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 * INSTALL diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index f73a27f..4698407 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,11 @@ +1999-01-29 Sebastian Wilhelmi + + * 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 * INSTALL diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f73a27f..4698407 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +1999-01-29 Sebastian Wilhelmi + + * 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 * INSTALL diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f73a27f..4698407 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +1999-01-29 Sebastian Wilhelmi + + * 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 * INSTALL diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f73a27f..4698407 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +1999-01-29 Sebastian Wilhelmi + + * 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 * INSTALL diff --git a/configure.in b/configure.in index e4e1d40..03d9142 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.7.4