mirror of
https://github.com/espressif/openthread.git
synced 2026-08-21 09:59:52 +00:00
[configure] change --enable-raw-link-api option's default to no (#2144)
This commit is contained in:
committed by
Jonathan Hui
parent
dec1178b4d
commit
34753d02ea
+2
-2
@@ -1078,7 +1078,7 @@ AC_DEFINE_UNQUOTED([OPENTHREAD_ENABLE_APPLICATION_COAP],[${OPENTHREAD_ENABLE_APP
|
||||
#
|
||||
|
||||
AC_ARG_ENABLE(raw_link_api,
|
||||
[AS_HELP_STRING([--enable-raw-link-api],[Enable raw link-layer API support @<:@default=yes@:>@.])],
|
||||
[AS_HELP_STRING([--enable-raw-link-api],[Enable raw link-layer API support @<:@default=no@:>@.])],
|
||||
[
|
||||
case "${enableval}" in
|
||||
|
||||
@@ -1091,7 +1091,7 @@ AC_ARG_ENABLE(raw_link_api,
|
||||
;;
|
||||
esac
|
||||
],
|
||||
[enable_raw_link_api=yes])
|
||||
[enable_raw_link_api=no])
|
||||
|
||||
if test "$enable_raw_link_api" = "yes"; then
|
||||
OPENTHREAD_ENABLE_RAW_LINK_API=1
|
||||
|
||||
Reference in New Issue
Block a user