Hi David,

> Fixed, commit 7b5d9b22d.

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?

    -#if !HAVE_ARC4RANDOM
    +#if HAVE_ARC4RANDOM
    +  arc4random_buf(buf, n);

I don't recall autoconf well enough.

-- 
Cheers, Ralph.

Reply via email to