~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_pthread.m4

Removed a bogus line. Methinks this never ran before, because it's a pile of poo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
fi
203
203
 
204
204
 
205
 
# Some OSes like Mac OS X have that as a replacement for pthread_yield()
206
 
AC_CHECK_FUNCS(pthread_yield_np, AC_DEFINE([HAVE_PTHREAD_YIELD_NP],[],[Define if you have pthread_yield_np]))
207
205
AC_CACHE_CHECK([if pthread_yield takes zero arguments], ac_cv_pthread_yield_zero_arg,
208
206
[AC_TRY_LINK([#define _GNU_SOURCE
209
207
#include <pthread.h>