check functions letoh32 and htole32.

This commit is contained in:
Romuald Conty 2010-04-07 10:23:20 +00:00
parent 2566fb645c
commit 5dc0575a8b

View file

@ -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