Fixed typo. Now HPUX 11 thread system detection should work.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Fri, 29 Jan 1999 13:34:43 +0000 (13:34 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Fri, 29 Jan 1999 13:34:43 +0000 (13:34 +0000)
1999-01-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: Fixed typo. Now HPUX 11 thread system detection
should work.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index f73a27f..4698407 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index f73a27f..4698407 100644 (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
index f73a27f..4698407 100644 (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
index f73a27f..4698407 100644 (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
index f73a27f..4698407 100644 (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
index f73a27f..4698407 100644 (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
index f73a27f..4698407 100644 (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
index f73a27f..4698407 100644 (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
index e4e1d40..03d9142 100644 (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