Skip to content

Commit

Permalink
configure: Drop AC_FUNC_MALLOC/REALLOC as we don't use them
Browse files Browse the repository at this point in the history
To use these you should define your own rpm_malloc, and rpl_realloc, which
we don't. Also, we're not relying on zero allocations anyway, so we don't
need these.

Signed-off-by: Alexander Larsson <[email protected]>
  • Loading branch information
alexlarsson committed Sep 25, 2023
1 parent 333b005 commit 0c63ee0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ AM_CONDITIONAL([USE_FUSE3],[test "$have_fuse3" = "yes"])
AC_FUNC_ERROR_AT_LINE
AC_FUNC_FSEEKO
AC_HEADER_MAJOR
AC_FUNC_MALLOC
AC_FUNC_MMAP
AC_FUNC_REALLOC
AC_CHECK_FUNCS([getcwd memset munmap strdup])

AC_SUBST(PKGCONFIG_REQUIRES)
Expand Down

0 comments on commit 0c63ee0

Please sign in to comment.