mirror of
https://github.com/espressif/openthread.git
synced 2026-08-07 11:17:46 +00:00
skip checking for strnlen in configure (#286)
This commit is contained in:
committed by
Jonathan Hui
parent
8c39011d9c
commit
9d2bd018dc
@@ -409,11 +409,6 @@ AM_CONDITIONAL([OPENTHREAD_ENABLE_NCP], [test "${enable_ncp}" != "no"])
|
||||
AM_CONDITIONAL([OPENTHREAD_ENABLE_NCP_SPI], [test "${enable_ncp}" = "spi"])
|
||||
AM_CONDITIONAL([OPENTHREAD_ENABLE_NCP_UART], [test "${enable_ncp}" = "uart"])
|
||||
|
||||
if test "${enable_ncp}" != "no"
|
||||
then
|
||||
AC_CHECK_FUNCS([strnlen])
|
||||
fi
|
||||
|
||||
#
|
||||
# Examples
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user