All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure.ac: HAVE_EXPLICIT_BZERO is needed for internal ell
@ 2019-05-09  9:19 Adrian Bunk
  2019-05-15 17:58 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2019-05-09  9:19 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index bacb7ac5..cf33d79a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,6 +220,8 @@ if (test "${enable_external_ell}" = "yes"); then
 		AC_MSG_ERROR(Embedded Linux library >= 0.12 is required))
 	AC_SUBST(ELL_CFLAGS)
 	AC_SUBST(ELL_LIBS)
+else
+	AC_CHECK_FUNCS(explicit_bzero)
 fi
 AM_CONDITIONAL(EXTERNAL_ELL, test "${enable_external_ell}" = "yes")
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-15 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-09  9:19 [PATCH] configure.ac: HAVE_EXPLICIT_BZERO is needed for internal ell Adrian Bunk
2019-05-15 17:58 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.