better checking for timeval

This commit is contained in:
Bradley Bell 2003-10-04 02:50:21 +00:00
parent dc78f47fe0
commit 4d8844c285
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-10-03 Bradley Bell <btb@icculus.org>
* configure.ac: better checking for timeval
2003-10-03 Martin Schaffner <maschaffner@gmx.ch>
* arch/dos/bak/ipx.c, arch/dos/ipx.c, arch/linux/Makefile.am,

View file

@ -71,7 +71,7 @@ case $host_os in
esac
AC_CHECK_DECLS(nanosleep,,,[#include <time.h>])
AC_CHECK_TYPES([struct timespec, struct timeval])
AC_CHECK_TYPES([struct timespec, struct timeval],,,[#include <sys/time.h>])
AM_CONDITIONAL(MINGW32, test x$MINGW32 = xyes)
if test x$MINGW32 = xyes; then