aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-06 19:36:35 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-06 19:36:35 -0700
commitc7586a5d32cd07b0151df020e8982f127514b496 (patch)
tree2ca83e5e2a77df411204a1f1ef775cc90bb95c1e /templates/Makefile.template
parent2b96949d3d07f5a3a4c3fb5be7f597da63a28c13 (diff)
parentde15a40fc3c7d1cac320ed19d27a3378e5be7c4f (diff)
Merge branch 'master' of https://github.com/grpc/grpc into faster-bm-diff
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r--templates/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index a9dd171b84..54093fbdfe 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -427,7 +427,7 @@
OPENSSL_NPN_CHECK_CMD = $(PKG_CONFIG) --atleast-version=1.0.1 openssl
ZLIB_CHECK_CMD = $(PKG_CONFIG) --exists zlib
PROTOBUF_CHECK_CMD = $(PKG_CONFIG) --atleast-version=3.0.0 protobuf
- CARES_CHECK_CMD = $(PKG_CONFIG) --exists libcares
+ CARES_CHECK_CMD = $(PKG_CONFIG) --atleast-version=1.11.0 libcares
else # HAS_PKG_CONFIG
ifeq ($(SYSTEM),MINGW32)