[Box Backup-dev] COMMIT r255 - in box/chris/win32/vc2005-compile-fixes/lib: common compress server win32

Martin Ebourne boxbackup-dev@fluffy.co.uk
Wed, 21 Dec 2005 08:56:18 +0000


On Wed, 2005-12-21 at 01:41 +0000, Chris Wilson wrote:
> Hi Martin,
> 
> > Please don't use a platform check for header files. Please add a
> > configure test (AC_CHECK_HEADERS) and use its define.
> 
> How would I check the type of struct timeval.tv_sec using autoconf?

Firstly use a run block to run some test code. There's already an
example in configure.ac: