Fix compilation warnings for malloc.h on *BSD
commit35606073b792bbef1a995aac12a92500f9f3aca5
authortadam <tadam>
Mon, 3 Aug 2009 21:13:27 +0000 (3 21:13 +0000)
committertadam <tadam>
Mon, 3 Aug 2009 21:13:27 +0000 (3 21:13 +0000)
tree01243e2bfe34fc23c4d7a63da4707be46ca83d20
parentf9c57b327935224612c1dbfe46713453a226801b
Fix compilation warnings for malloc.h on *BSD

Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
never used to produce compiler warnings, but things are starting to become
more vocal, so don't use this in our ./configure script if we're compiling
FVWM on a *BSD system.
configure.ac