Browse Source

[trivial] Sync ax_pthread with upstream draft

0.13
fanquake 8 years ago
parent
commit
0e209f9bf9
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
  1. 4
      build-aux/m4/ax_pthread.m4

4
build-aux/m4/ax_pthread.m4

@ -82,7 +82,7 @@ @@ -82,7 +82,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
#serial 22
#serial 23
AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD])
AC_DEFUN([AX_PTHREAD], [
@ -212,7 +212,7 @@ case $host_os in @@ -212,7 +212,7 @@ case $host_os in
ax_pthread_check_macro="_REENTRANT"
;;
aix* | freebsd*)
aix*)
ax_pthread_check_macro="_THREAD_SAFE"
;;

Loading…
Cancel
Save