check functions letoh32 and htole32.
This commit is contained in:
parent
2566fb645c
commit
5dc0575a8b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ AC_TYPE_SIZE_T
|
||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
AC_FUNC_MALLOC
|
AC_FUNC_MALLOC
|
||||||
AC_FUNC_REALLOC
|
AC_FUNC_REALLOC
|
||||||
AC_CHECK_FUNCS([memset])
|
AC_CHECK_FUNCS([memset letoh32 htole32])
|
||||||
|
|
||||||
AC_CHECK_HEADERS([endian.h sys/endian.h])
|
AC_CHECK_HEADERS([endian.h sys/endian.h])
|
||||||
if test $ac_cv_header_endian_h = "no" -a $ac_cv_header_sys_endian_h = "no"; then
|
if test $ac_cv_header_endian_h = "no" -a $ac_cv_header_sys_endian_h = "no"; then
|
||||||
|
|
Loading…
Reference in a new issue