Don't use AC_FUNC_MALLOC and AC_FUNC_REALLOC

We don't expect the GNU'ish behaviour of of malloc() and realloc() and never
implemented the replacement functions rpl_malloc()/rpl_realloc() -- so these
test result in linking failues on systems that don't have a GNU'ish malloc()
and realloc() even though we don't require it!

Introduced by commit 47ad9afc.
This commit is contained in:
Alexander Barton 2012-09-15 20:26:59 +02:00
parent 5300f0082c
commit fe3bef55b7
1 changed files with 0 additions and 2 deletions

View File

@ -163,8 +163,6 @@ AC_SEARCH_LIBS([bind], [socket], [], [
# -- Functions --
AC_FUNC_FORK
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_FUNC_STRFTIME
# Required functions