From d7b344a2c6c70623de8fcdac7d129a4a2bad53e2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 19 Jan 2007 02:11:31 +0000 Subject: [PATCH] Drop tests that are now done in the gettimeofday module. --- ChangeLog | 3 +++ m4/tempname.m4 | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7b1f1b33ea..25d46cda30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-01-18 Bruno Haible + * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and + gettimeofday. + * tests/test-gettimeofday.c: Include . (dummy): Remove variable. diff --git a/m4/tempname.m4 b/m4/tempname.m4 index 289200f854..4c44d37da9 100644 --- a/m4/tempname.m4 +++ b/m4/tempname.m4 @@ -1,6 +1,6 @@ -#serial 2 +#serial 3 -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006-2007 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -18,6 +18,5 @@ AC_DEFUN([gl_FUNC_GEN_TEMPNAME], # Prerequisites of lib/tempname.c. AC_DEFUN([gl_PREREQ_TEMPNAME], [ - AC_CHECK_HEADERS_ONCE([sys/time.h]) - AC_CHECK_FUNCS_ONCE([gettimeofday]) + : ]) -- 2.30.2