[configrue] output "none" for NCP Vendor Hook or Spinel Encrypted when not specified (#2497)

This commit is contained in:
Abtin Keshavarzian
2018-01-23 17:03:23 +00:00
committed by Jonathan Hui
parent 23069bbeec
commit 39af476d70
+2
View File
@@ -913,6 +913,7 @@ AC_ARG_WITH(
],
[
OPENTHREAD_ENABLE_NCP_VENDOR_HOOK=0
with_ncp_vendor_hook_source=none
])
AC_MSG_CHECKING([for NCP vendor hook source])
@@ -938,6 +939,7 @@ AC_ARG_WITH(
],
[
OPENTHREAD_ENABLE_NCP_SPINEL_ENCRYPTER=0
with_ncp_spinel_encrypter_libs=none
])
AC_MSG_CHECKING([for NCP Spinel Encrypter])