# HG changeset patch # User Sean Egan # Date 1030332716 0 # Node ID a686f716ac33b4f3fee694a5ffe4057e45147769 # Parent b87d67f4de88fecd872d32848bed27aa5334113e [gaim-migrate @ 3481] It's important to me that you know you are free. committer: Tailor Script diff -r b87d67f4de88 -r a686f716ac33 m4/Makefile.am --- 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 diff -r b87d67f4de88 -r a686f716ac33 m4/gnome-pthread-check.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]) -])