Check for posix_memalign() presence
This commit is contained in:
parent
80a1ea8507
commit
b70aa80cc6
@ -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 arc4random arc4random_buf])
|
||||
AC_CHECK_FUNCS([SecureZeroMemory arc4random arc4random_buf posix_memalign])
|
||||
|
||||
AC_SUBST([LIBTOOL_EXTRA_FLAGS])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user