Skip to content

Commit

Permalink
Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4
Browse files Browse the repository at this point in the history
  • Loading branch information
cgull committed Mar 18, 2016
1 parent 5e93384 commit cab5eae
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 400 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ AS_IF([test "$with_protoc" != "no"], [
])
AM_CONDITIONAL([USE_EXTERNAL_PROTOC], [test "$with_protoc" != "no"])

ACX_PTHREAD
AM_CONDITIONAL([HAVE_PTHREAD], [test "x$acx_pthread_ok" = "xyes"])

AX_PTHREAD
AM_CONDITIONAL([HAVE_PTHREAD], [test "x$ax_pthread_ok" = "xyes"])
# We still keep this for improving pbconfig.h for unsupported platforms.
AC_CXX_STL_HASH

Expand Down
Loading

0 comments on commit cab5eae

Please sign in to comment.