~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_pthread.m4

  • Committer: Brian Aker
  • Date: 2009-11-18 06:11:12 UTC
  • mfrom: (1220.1.10 staging)
  • Revision ID: brian@gaz-20091118061112-tyf4qrfr5v7i946b
Monty + Brian Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
              [pthread_yield function with one argument])
54
54
  ])
55
55
 
 
56
  AC_CHECK_FUNCS(pthread_attr_getstacksize pthread_attr_setprio \
 
57
    pthread_attr_setschedparam \
 
58
    pthread_attr_setstacksize pthread_condattr_create pthread_getsequence_np \
 
59
    pthread_key_delete pthread_rwlock_rdlock pthread_setprio \
 
60
    pthread_setprio_np pthread_setschedparam pthread_sigmask)
 
61
 
56
62
  CFLAGS="${save_CFLAGS}"
57
63
  CXXFLAGS="${save_CXXFLAGS}"
58
64
])