diff options
author | nobody <nobody@localhost> | 1998-04-11 09:18:21 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1998-04-11 09:18:21 +0800 |
commit | 25e80fefdca127ba94937349320fc202b71ef0da (patch) | |
tree | cad08d54143e167db2da0793ece784a467fcf025 /macros/gnome-pthread-check.m4 | |
parent | 6caeba284969e0a0ea6b901b559c3078e2444c62 (diff) | |
download | gsoc2013-evolution-BUGGY_ALLOC.tar gsoc2013-evolution-BUGGY_ALLOC.tar.gz gsoc2013-evolution-BUGGY_ALLOC.tar.bz2 gsoc2013-evolution-BUGGY_ALLOC.tar.lz gsoc2013-evolution-BUGGY_ALLOC.tar.xz gsoc2013-evolution-BUGGY_ALLOC.tar.zst gsoc2013-evolution-BUGGY_ALLOC.zip |
This commit was manufactured by cvs2svn to create tag 'BUGGY_ALLOC'.BUGGY_ALLOC
svn path=/tags/BUGGY_ALLOC/; revision=124
Diffstat (limited to 'macros/gnome-pthread-check.m4')
-rw-r--r-- | macros/gnome-pthread-check.m4 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/macros/gnome-pthread-check.m4 b/macros/gnome-pthread-check.m4 deleted file mode 100644 index d7fec3fb41..0000000000 --- a/macros/gnome-pthread-check.m4 +++ /dev/null @@ -1,7 +0,0 @@ -AC_DEFUN([GNOME_PTHREAD_CHECK],[ - PTHREAD_LIB="" - AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread", - [AC_CHECK_LIB(c_r, pthread_create, PTHREAD_LIB="-lc_r")]) - AC_SUBST(PTHREAD_LIB) - AC_PROVIDE([GNOME_PTHREAD_CHECK]) -]) |