Skip to content

Commit

Permalink
Remove AC_FUNC_{MALLOC,REALLOC,MMAP}
Browse files Browse the repository at this point in the history
They don't do what I thought.  E.g., AC_FUNC_MALLOC checks that
malloc(0) returns NULL, and defines malloc to be rpl_malloc otherwise.
We don't support rpl_malloc() and we don't care about malloc(0).
  • Loading branch information
matteo-frigo committed Sep 21, 2017
1 parent 5aebc02 commit e47e9a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,6 @@ AC_SUBST(C_FFTW_R2R_KIND)

dnl Checks for library functions.
AC_FUNC_ALLOCA
AC_FUNC_MALLOC
AC_FUNC_MMAP
AC_FUNC_REALLOC
AC_FUNC_STRTOD
AC_FUNC_VPRINTF
AC_CHECK_LIB(m, sin)
Expand Down

0 comments on commit e47e9a8

Please sign in to comment.