projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
bb4478c
)
Updated pthread m4.
author
Brian Aker
<brian@tangent.org>
Sun, 26 Jan 2014 07:52:32 +0000
(23:52 -0800)
committer
Brian Aker
<brian@tangent.org>
Sun, 26 Jan 2014 07:52:32 +0000
(23:52 -0800)
m4/ax_pthread.m4
patch
|
blob
|
history
diff --git
a/m4/ax_pthread.m4
b/m4/ax_pthread.m4
index 007f6276a42ba81c531a0d581eb768d2d0843f37..180557910c4181685ceb555ca3ef84640f394a7a 100644
(file)
--- a/
m4/ax_pthread.m4
+++ b/
m4/ax_pthread.m4
@@
-82,11
+82,12
@@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 2
2
+#serial 2
3
AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD])
AC_DEFUN([AX_PTHREAD], [
AC_REQUIRE([AC_CANONICAL_HOST])
+AC_LANG_PUSH([C])
ax_pthread_ok=no
# We used to check for pthread.h first, but this fails if pthread.h
@@
-327,4
+328,5
@@
else
ax_pthread_ok=no
$2
fi
+AC_LANG_POP
])dnl AX_PTHREAD