Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Add explicit checks for malloc and realloc, to enable cross compilati…
Browse files Browse the repository at this point in the history
…on for ARM64
  • Loading branch information
qmfrederik committed Jan 15, 2019
1 parent 3b0357c commit 8a93a3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ AC_TYPE_UINT32_T
AC_TYPE_UINT8_T

# Checks for library functions.
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([strcasecmp strdup strerror stpncpy sleep])
AC_CHECK_FUNCS([strcasecmp strdup strerror stpncpy sleep malloc realloc])

# Check for operating system
AC_MSG_CHECKING([whether we need platform-specific build settings])
Expand Down

0 comments on commit 8a93a3f

Please sign in to comment.