Re: [PATCH BlueZ v2] cfg: Add check for newly used function in ELL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Applied
On Mon, 2021-01-04 at 11:40 -0800, Brian Gix wrote:
> ELL has a new dependency on rawmemchr() which needs to be accounted for
> at configure time.
> ---
>  configure.ac | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configure.ac b/configure.ac
> index d6347c098..6f4096c88 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -49,6 +49,8 @@ AC_ARG_ENABLE(threads, AC_HELP_STRING([--enable-threads],
>  
>  AC_CHECK_FUNCS(explicit_bzero)
>  
> +AC_CHECK_FUNCS(rawmemchr)
> +
>  AC_CHECK_FUNC(signalfd, dummy=yes,
>  			AC_MSG_ERROR(signalfd support is required))
>  




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux