From: Sebastian Wilhelmi Date: Fri, 29 Jan 1999 13:34:43 +0000 (+0000) Subject: Fixed typo. Now HPUX 11 thread system detection should work. X-Git-Tag: GLIB_1_1_15~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1432d70585c3df297a9f29e6f5515a3666c5a2b6;p=platform%2Fupstream%2Fglib.git 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. --- 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