changeset 3440:a686f716ac33

[gaim-migrate @ 3481] It's important to me that you know you are free. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 26 Aug 2002 03:31:56 +0000
parents b87d67f4de88
children 57a4bae8b7f6
files m4/Makefile.am m4/gnome-pthread-check.m4
diffstat 2 files changed, 1 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/m4/Makefile.am	Mon Aug 26 03:28:50 2002 +0000
+++ b/m4/Makefile.am	Mon Aug 26 03:31:56 2002 +0000
@@ -1,3 +1,1 @@
-EXTRA_DIST = gnome-x-checks.m4 gnome-gnorba-check.m4 \
-             gnome-pthread-check.m4 gnome.m4 gnome-orbit-check.m4 \
-             esd.m4 artsc.m4 ac_var_timezone_externals.m4
+EXTRA_DIST = esd.m4 artsc.m4 ac_var_timezone_externals.m4
--- a/m4/gnome-pthread-check.m4	Mon Aug 26 03:28:50 2002 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-dnl
-dnl And better, use gthreads instead...
-dnl
-
-AC_DEFUN([GNOME_PTHREAD_CHECK],[
-	PTHREAD_LIB=""
-	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_SUBST(PTHREAD_LIB)
-	AC_PROVIDE([GNOME_PTHREAD_CHECK])
-])