aboutsummaryrefslogblamecommitdiffstats
path: root/macros/gnome-pthread-check.m4
blob: a4eb3b4890650f3024c80911a7960e85284cb6cd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16














                                                                                 
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])
])
AgeFilesLines * - Update to 1.4.0.118 (oss)beech2007-11-013-21/+31 * - Drag from atticbeech2007-11-014-0/+88 * - No longer needed. Update pending to main port.beech2007-10-174-88/+0 * - Update to 1.4.0.99beech2007-08-152-4/+4 * - Update to 1.4.0.94beech2007-08-062-5/+5 * - Update to 1.4.0.74beech2007-07-293-74/+46 * - Take maintainershipbeech2007-07-201-1/+3 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-13/+7 * Compleate repo-copy by uptating to the beta 1.3.0.30itetcu2006-09-103-13/+21 * SHA256ifyedwin2006-01-231-0/+1 * [patch] net/skype - update to 1.2.0.18 (vulnerabilities fixed)edwin2005-11-012-3/+3 * Give maintainership to Ion-Mihai Tetcu.netchild2005-10-021-1/+1 * - Release maintainership, feel free to grab it.netchild2005-10-022-4/+4 * - Update to 1.2.0.11.netchild2005-09-012-8/+5 * Add a generic message regarding the problems with some soundcards.netchild2005-07-231-15/+1 * Unbreak default GL lib dependency.netchild2005-07-181-1/+1 * - linux_mesa3 -> linux_drinetchild2005-07-171-1/+2 * Update to 1.1.0.20.netchild2005-07-092-5/+4 * Add WITH_NIVIDIA_GL switch to depend upon x11/nvidia-driver instead uponnetchild2005-06-251-2/+7 * Update to 1.1.0.13.netchild2005-06-192-4/+6 * Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-3/+3 * - Works on amd64pav2005-05-151-1/+1 * - Update to 1.0.0.20.netchild2005-04-232-5/+6 * Update to 1.0.0.7.netchild2005-03-062-3/+3 * Respect the user's USE_LINUX setting.trevor2005-03-021-1/+0 * Update to 1.0.0.1.rushani2005-02-052-4/+4 * Add a note about the IGAIN messages.netchild2005-01-201-0/+2 * Let skype know where the resources are located:netchild2005-01-102-10/+14 * Update to 0.93.0.3.netchild2005-01-093-6/+9 * Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-011-4/+4 * On behalf of netchild:marius2004-11-173-14/+38 * - update to 0.92.0.2 [1]netchild2004-10-162-4/+14 * Upate to 0.91.0.3.netchild2004-08-172-3/+8 * Temporary IGNORE in the PACKAGE_BUILDING case (a dependency depends uponnetchild2004-08-161-0/+4 * - Update to 0.90.0.14.netchild2004-07-243-4/+7 * - fix bug in RUN_DEPENDS [1]netchild2004-06-243-5/+9