mirror of
https://github.com/espressif/openthread.git
synced 2026-09-18 07:00:08 +00:00
Update configure.ac to include strnlen under enable_no_executables_hack (#1682)
This commit is contained in:
committed by
Jonathan Hui
parent
41c1dbf9ef
commit
8237496452
+2
-1
@@ -175,6 +175,7 @@ then
|
||||
# being performed later in the configuration process.
|
||||
ac_cv_func_strlcat=${ac_cv_func_strlcat-no}
|
||||
ac_cv_func_strlcpy=${ac_cv_func_strlcpy-no}
|
||||
ac_cv_func_strnlen=${ac_cv_func_strnlen-no}
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
fi
|
||||
@@ -349,7 +350,7 @@ NL_ENABLE_TESTS([yes])
|
||||
|
||||
AM_CONDITIONAL([OPENTHREAD_BUILD_TESTS], [test "${nl_cv_build_tests}" = "yes"])
|
||||
|
||||
#
|
||||
#
|
||||
# CLI Library
|
||||
#
|
||||
AC_ARG_ENABLE(cli-app,
|
||||
|
||||
Reference in New Issue
Block a user