Check for arc4random()

This commit is contained in:
Frank Denis 2013-10-06 15:40:03 -07:00
parent 008808742b
commit 875f4210ef

View File

@ -371,7 +371,7 @@ dnl Checks for functions and headers
AC_CHECK_FUNC(clock_gettime, , [AC_CHECK_LIB(rt, clock_gettime)])
AC_CHECK_FUNC(fegetenv, , [AC_CHECK_LIB(m, fegetenv)])
AC_CHECK_FUNCS([SecureZeroMemory])
AC_CHECK_FUNCS([SecureZeroMemory arc4random])
AC_SUBST([LIBTOOL_EXTRA_FLAGS])