]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Don't use AC_FUNC_MALLOC and AC_FUNC_REALLOC
authorAlexander Barton <alex@barton.de>
Sat, 15 Sep 2012 18:26:59 +0000 (20:26 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 15 Sep 2012 18:26:59 +0000 (20:26 +0200)
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.

configure.in

index 23b50cd7108a2db1cfd56c4c1d940b0b218839f6..949a383a5089104c0f283fffa9cb050dd1746b8a 100644 (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