aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-pthread-check.m44
2 files changed, 8 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 0017061b3f..da01c4aea5 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-24 jacob berkman <jacob@ximian.com>
+
+ * gnome-pthread-check.m4 (GNOME_PTHREAD_CHECK): add hp-ux specific
+ check from glib
+
2001-05-19 Jody Goldberg <jgoldberg@home.com>
* gnome-gettext.m4 : Add BUILD_INCLUDED_LIBINTL so that newer versions
diff --git a/macros/gnome-pthread-check.m4 b/macros/gnome-pthread-check.m4
index a4eb3b4890..5a1afee014 100644
--- a/macros/gnome-pthread-check.m4
+++ b/macros/gnome-pthread-check.m4
@@ -7,7 +7,9 @@ AC_DEFUN([GNOME_PTHREAD_CHECK],[
AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",
[AC_CHECK_LIB(pthreads, pthread_create, PTHREAD_LIB="-lpthreads",
[AC_CHECK_LIB(c_r, pthread_create, PTHREAD_LIB="-lc_r",
- [AC_CHECK_FUNC(pthread_create)]
+ [AC_CHECK_LIB(pthread, __pthread_attr_init_system, PTHREAD_LIB="-lpthread",
+ [AC_CHECK_FUNC(pthread_create)]
+ )]
)]
)]
)
td>Steve Wills2014-04-172-298/+3 * - Fix build with distribute -> setuptools changeWilliam Grzybowski2013-11-281-0/+14 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-4/+2 * - Update to 0.6.1Frederic Culot2011-04-083-5/+300 * - Remove PYTHON_REL < 250, since USE_PYTHON 2.5+Martin Wilke2011-02-251-9/+1 * - Update to 0.6Li-Wen Hsu2010-11-173-459/+5 * - Update to 0.5.1Martin Wilke2009-09-303-45/+91 * - Fix fetchRong-En Fan2009-09-271-1/+1 * - Update to 0.5Yi-Jheng Lin2009-09-223-19/+123 * - Update to 0.4.2Martin Wilke2009-05-093-4/+7 * - Update to 0.4.1Martin Wilke2009-03-013-4/+11 * - Update to 0.4Nicola Vitale2009-02-063-20/+58