Update configure.ac to include strnlen under enable_no_executables_hack (#1682)

This commit is contained in:
Abtin Keshavarzian
2017-04-28 12:51:08 -07:00
committed by Jonathan Hui
parent 41c1dbf9ef
commit 8237496452
+2 -1
View File
@@ -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,