Without stdlib.h we don't get a prototype for free().
commitb63ddc53f2ee74ca2295554838ca7a40272dcf2f
authorAndrew Bartlett <abartlet@samba.org>
Tue, 17 Jun 2008 12:45:29 +0000 (17 22:45 +1000)
committerKarolin Seeger <kseeger@samba.org>
Mon, 11 Aug 2008 14:14:49 +0000 (11 16:14 +0200)
treec65d326b93de9ce511d03ed57e3f05835463d7dc
parentb89ce09ad4b2b15a3882f653f3e8d19696452330
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
(cherry picked from commit d013f6fadc3e80fabb4a1784207dabc84f9b7dc2)
(cherry picked from commit 91c17ecfd7b07ff948874c3eb7013eb79c5b66ab)
source/configure.in