Test for pthread_join rather than for pthread_create to determine the
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 7 Jul 1999 12:36:45 +0000 (12:36 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 7 Jul 1999 12:36:45 +0000 (12:36 +0000)
1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: Test for pthread_join rather than for
pthread_create to determine the right thread-lib. Makes it work on
mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
<javu@piano.ux.phys.jyu.fi>.

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 2cebb98..c9b3d86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Test for pthread_join rather than for
+       pthread_create to determine the right thread-lib. Makes it work on
+       mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
+       <javu@piano.ux.phys.jyu.fi>.
+
 1999-07-02  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Note about need to fix another bug in the mingw32
index 2cebb98..c9b3d86 100644 (file)
@@ -1,3 +1,10 @@
+1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Test for pthread_join rather than for
+       pthread_create to determine the right thread-lib. Makes it work on
+       mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
+       <javu@piano.ux.phys.jyu.fi>.
+
 1999-07-02  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Note about need to fix another bug in the mingw32
index 2cebb98..c9b3d86 100644 (file)
@@ -1,3 +1,10 @@
+1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Test for pthread_join rather than for
+       pthread_create to determine the right thread-lib. Makes it work on
+       mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
+       <javu@piano.ux.phys.jyu.fi>.
+
 1999-07-02  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Note about need to fix another bug in the mingw32
index 2cebb98..c9b3d86 100644 (file)
@@ -1,3 +1,10 @@
+1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Test for pthread_join rather than for
+       pthread_create to determine the right thread-lib. Makes it work on
+       mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
+       <javu@piano.ux.phys.jyu.fi>.
+
 1999-07-02  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Note about need to fix another bug in the mingw32
index 2cebb98..c9b3d86 100644 (file)
@@ -1,3 +1,10 @@
+1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Test for pthread_join rather than for
+       pthread_create to determine the right thread-lib. Makes it work on
+       mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
+       <javu@piano.ux.phys.jyu.fi>.
+
 1999-07-02  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Note about need to fix another bug in the mingw32
index 2cebb98..c9b3d86 100644 (file)
@@ -1,3 +1,10 @@
+1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Test for pthread_join rather than for
+       pthread_create to determine the right thread-lib. Makes it work on
+       mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
+       <javu@piano.ux.phys.jyu.fi>.
+
 1999-07-02  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Note about need to fix another bug in the mingw32
index 2cebb98..c9b3d86 100644 (file)
@@ -1,3 +1,10 @@
+1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Test for pthread_join rather than for
+       pthread_create to determine the right thread-lib. Makes it work on
+       mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
+       <javu@piano.ux.phys.jyu.fi>.
+
 1999-07-02  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Note about need to fix another bug in the mingw32
index 2cebb98..c9b3d86 100644 (file)
@@ -1,3 +1,10 @@
+1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Test for pthread_join rather than for
+       pthread_create to determine the right thread-lib. Makes it work on
+       mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
+       <javu@piano.ux.phys.jyu.fi>.
+
 1999-07-02  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Note about need to fix another bug in the mingw32
index aa07911..8095505 100644 (file)
@@ -707,9 +707,9 @@ case $have_threads in
                        
                        LIBS="$glib_save_LIBS $add_thread_lib"
                        
-                       AC_MSG_CHECKING(for pthread_create$IN)
+                       AC_MSG_CHECKING(for pthread_join$IN)
                        AC_TRY_LINK([#include <pthread.h>],
-                               [pthread_create(NULL,NULL,NULL,NULL)],
+                               [pthread_join(NULL,NULL)],
                                [AC_MSG_RESULT(yes)
                                G_THREAD_LIBS="$add_thread_lib"
                                break],