CVSROOT: /home/cvs/fvwm Module name: fvwm Changes by: tadam 09/08/03 16:13:27
Modified files:
. : configure.ac
Log message:
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.
