Without stdlib.h we don't get a prototype for free().
commitd013f6fadc3e80fabb4a1784207dabc84f9b7dc2
authorAndrew Bartlett <abartlet@samba.org>
Tue, 17 Jun 2008 12:45:29 +0000 (17 22:45 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 17 Jun 2008 12:45:29 +0000 (17 22:45 +1000)
treef05beabe0d12bef6ce7b730f44abca0387904831
parent797ed744b15c94fa4831d9796b40bb0ab5df55b7
Without stdlib.h we don't get a prototype for free().

This test fails if GCC emits any warnings (presumably to detect the
function propertly), but unless we include this message then free()
fail.  Why we need to call free in a configure test is probably
something to blame on valgrind...

Andrew Bartlett
source/configure.in