From 39af476d7028661fec2f2f91a237e29f0d64d578 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Tue, 23 Jan 2018 09:03:23 -0800 Subject: [PATCH] [configrue] output "none" for NCP Vendor Hook or Spinel Encrypted when not specified (#2497) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index a064958d7..512ba480f 100644 --- a/configure.ac +++ b/configure.ac @@ -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])