]> git.ipfire.org Git - thirdparty/samba.git/commit
Without stdlib.h we don't get a prototype for free().
authorAndrew Bartlett <abartlet@samba.org>
Tue, 17 Jun 2008 12:45:29 +0000 (22:45 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 17 Jun 2008 12:45:29 +0000 (22:45 +1000)
commit086de4ddb522dd6d1ce927da2e2c14ed0ffca10f
treeef044b0cb38ee9b477cb79bb2373559e53b537c4
parentf21058d61ee6f0661f58c998af84419ee642cbf5
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
(This used to be commit d013f6fadc3e80fabb4a1784207dabc84f9b7dc2)
source3/configure.in