aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjohn hood <cgull@glup.org>2016-03-18 23:56:51 +0000
committerjohn hood <cgull@glup.org>2016-03-18 23:56:51 +0000
commitcab5eae3e0dc8cc13d06b8d94bf4759d14e1c20e (patch)
treee741b79746e92dad718b024e500f4a7386279d74 /configure.ac
parent5e933847cc9e7826f1a9ee8b3dc1df4960b1ea5d (diff)
downloadprotobuf-cab5eae3e0dc8cc13d06b8d94bf4759d14e1c20e.tar.gz
protobuf-cab5eae3e0dc8cc13d06b8d94bf4759d14e1c20e.tar.bz2
protobuf-cab5eae3e0dc8cc13d06b8d94bf4759d14e1c20e.zip
Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 33a6c64d..dc39ee69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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