Changed test for pthread_attr_setstacksize from AC_TRY_COMPILE to
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Fri, 18 Jun 1999 07:19:38 +0000 (07:19 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Fri, 18 Jun 1999 07:19:38 +0000 (07:19 +0000)
1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: Changed test for pthread_attr_setstacksize from
AC_TRY_COMPILE to AC_TRY_LINK.

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 1883290d8f0e992be27b99584d1ce054031129b9..6e1f98737d839346af61a9a59b0b365fdfbd3e05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Changed test for pthread_attr_setstacksize from
+       AC_TRY_COMPILE to AC_TRY_LINK.
+
 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
index 1883290d8f0e992be27b99584d1ce054031129b9..6e1f98737d839346af61a9a59b0b365fdfbd3e05 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Changed test for pthread_attr_setstacksize from
+       AC_TRY_COMPILE to AC_TRY_LINK.
+
 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
index 1883290d8f0e992be27b99584d1ce054031129b9..6e1f98737d839346af61a9a59b0b365fdfbd3e05 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Changed test for pthread_attr_setstacksize from
+       AC_TRY_COMPILE to AC_TRY_LINK.
+
 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
index 1883290d8f0e992be27b99584d1ce054031129b9..6e1f98737d839346af61a9a59b0b365fdfbd3e05 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Changed test for pthread_attr_setstacksize from
+       AC_TRY_COMPILE to AC_TRY_LINK.
+
 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
index 1883290d8f0e992be27b99584d1ce054031129b9..6e1f98737d839346af61a9a59b0b365fdfbd3e05 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Changed test for pthread_attr_setstacksize from
+       AC_TRY_COMPILE to AC_TRY_LINK.
+
 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
index 1883290d8f0e992be27b99584d1ce054031129b9..6e1f98737d839346af61a9a59b0b365fdfbd3e05 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Changed test for pthread_attr_setstacksize from
+       AC_TRY_COMPILE to AC_TRY_LINK.
+
 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
index 1883290d8f0e992be27b99584d1ce054031129b9..6e1f98737d839346af61a9a59b0b365fdfbd3e05 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Changed test for pthread_attr_setstacksize from
+       AC_TRY_COMPILE to AC_TRY_LINK.
+
 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
index 1883290d8f0e992be27b99584d1ce054031129b9..6e1f98737d839346af61a9a59b0b365fdfbd3e05 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Changed test for pthread_attr_setstacksize from
+       AC_TRY_COMPILE to AC_TRY_LINK.
+
 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
index 94ba9d5f058dc35ebe8a7c362cff9f018ba34507..5bb16dfced9cd6eb2d695844e9cec85cb4f5403c 100644 (file)
@@ -828,7 +828,7 @@ if test x"$enable_threads" = xyes; then
                # This is not AC_CHECK_FUNC to also work with function
                # name mangling in header files.
                AC_MSG_CHECKING(for pthread_attr_setstacksize)
-               AC_TRY_COMPILE([#include <pthread.h>],
+               AC_TRY_LINK([#include <pthread.h>],
                        [pthread_attr_setstacksize(NULL,0)],
                        [AC_MSG_RESULT(yes)
                        AC_DEFINE(HAVE_PTHREAD_ATTR_SETSTACKSIZE)],