Add missing function check reported by autoscan.
This commit is contained in:
parent
53f21706da
commit
b4ce6bfab6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ AC_FUNC_MALLOC
|
|||
AC_FUNC_REALLOC
|
||||
|
||||
AC_CHECK_HEADERS([sys/types.h])
|
||||
AC_CHECK_FUNCS([memset letoh32 htole32 pow strerror])
|
||||
AC_CHECK_FUNCS([bzero memset letoh32 htole32 pow strerror])
|
||||
|
||||
AC_CHECK_HEADERS([endian.h sys/endian.h CoreFoundation/CoreFoundation.h])
|
||||
if test $ac_cv_header_endian_h = "no" -a $ac_cv_header_sys_endian_h = "no" -a $ac_cv_header_CoreFoundation_CoreFoundation_h = "no"; then
|
||||
|
|
Loading…
Reference in a new issue