Ralph wrote:

> Will
>
>     -AC_CHECK_FUNCS([wcwidth mbtowc getutxent arc4random mkstemps])
>     +AC_CHECK_FUNCS([wcwidth mbtowc getutxent arc4random_buf mkstemps])
>
> change the C preprocessor macro to also end in _BUF?

Yes:

    /* Define to 1 if you have the 'arc4random_buf' function. */
    #define HAVE_ARC4RANDOM_BUF 1

Good catch!

Fixed in commit c52b4fe16.

David

Reply via email to