aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-07-08 13:04:05 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-07-08 13:04:05 -0700
commit71020daa930243ff843f5e2ccff5b550e5c62ba9 (patch)
tree5f9f2f11a2ad642ecf0b3bbde4407ce8caf0073b /templates
parent3fbb984722712d3712d9c4fe3e95af71b66f7b48 (diff)
Fixed typo in variable name
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 6de63f341c..d8ba6fd499 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -399,7 +399,7 @@ endif
ifeq ($(HAS_PKG_CONFIG),true)
OPENSSL_ALPN_CHECK_CMD = $(PKG_CONFIG) --atleast-version=1.0.2 openssl
-OPENSSL_ALPN_CHECK_CMD = $(PKG_CONFIG) --atleast-version=1.0.1 openssl
+OPENSSL_NPN_CHECK_CMD = $(PKG_CONFIG) --atleast-version=1.0.1 openssl
ZLIB_CHECK_CMD = $(PKG_CONFIG) --exists zlib
PERFTOOLS_CHECK_CMD = $(PKG_CONFIG) --exists profiler
PROTOBUF_CHECK_CMD = $(PKG_CONFIG) --atleast-version=3.0.0-alpha-3 protobuf