~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to m4/ax_pthread.m4

  • Committer: Continuous Integration
  • Date: 2014-02-01 14:30:50 UTC
  • mfrom: (1174.1.10 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20140201143050-39jzc18bxcrd3gj6
Merge lp:~brianaker/libmemcached/1215783 Build: jenkins-Libmemcached-438

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
#   modified version of the Autoconf Macro, you may extend this special
83
83
#   exception to the GPL to apply to your modified version as well.
84
84
 
85
 
#serial 22
 
85
#serial 23
86
86
 
87
87
AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD])
88
88
AC_DEFUN([AX_PTHREAD], [
89
89
AC_REQUIRE([AC_CANONICAL_HOST])
 
90
AC_LANG_PUSH([C])
90
91
ax_pthread_ok=no
91
92
 
92
93
# We used to check for pthread.h first, but this fails if pthread.h
327
328
        ax_pthread_ok=no
328
329
        $2
329
330
fi
 
331
AC_LANG_POP
330
332
])dnl AX_PTHREAD