]> arthur.barton.de Git - ngircd-alex.git/commit
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)
commitfe3bef55b75c5fbfbf87b098cbc61453b718435e
treedf6ef10dbe54df1094e302ce0a7d9fce2a208d62
parent5300f0082cf834b60d36859acc0be3c17b3848c9
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.
configure.in