Skip to content
Snippets Groups Projects
Commit d4ddf3a7 authored by Mathis Rosenhauer's avatar Mathis Rosenhauer Committed by Thomas Jahns
Browse files

Remove AC_FUNC_MALLOC since it breaks AIX, fix position of AC_C_BIGENDIAN

parent 498c9df3
No related branches found
No related tags found
No related merge requests found
......@@ -29,13 +29,11 @@ AC_TYPE_UINT64_T
AC_TYPE_UINT8_T
# Checks for library functions.
AC_FUNC_MALLOC
AC_CHECK_FUNCS([memset strstr])
AC_CONFIG_FILES([Makefile
src/Makefile
tests/Makefile])
AC_OUTPUT
# Checks compilers and preprocessors
AC_C_BIGENDIAN
AC_OUTPUT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment