diff --git a/ChangeLog b/ChangeLog index f73a27fc4..46984071b 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 f73a27fc4..46984071b 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 f73a27fc4..46984071b 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 f73a27fc4..46984071b 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 f73a27fc4..46984071b 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 f73a27fc4..46984071b 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 f73a27fc4..46984071b 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 f73a27fc4..46984071b 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 e4e1d40b1..03d914243 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