From 3e0dec7705784cd454d9a558d2685386b82d16f4 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Wed, 8 Feb 2017 18:14:10 +0100 Subject: [PATCH] Remove `AC_HEADER_TIME` from configure.ac This check is deprecated according to the official autoconf documentation, it can safely be removed. --- configure.ac | 1 - windows/include/config.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 31f3f1930..4856562db 100644 --- a/configure.ac +++ b/configure.ac @@ -423,7 +423,6 @@ AC_CHECK_HEADERS(malloc.h \ sys/time.h sys/types.h sys/select.h \ sys/stat.h sys/mman.h sys/vfork.h \ sys/ioctl.h sys/inotify.h crt_externs.h) -AC_HEADER_TIME AC_HEADER_DIRENT # Internationalization macros diff --git a/windows/include/config.h b/windows/include/config.h index c9fd60cf5..c023c8d28 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -339,9 +339,6 @@ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 -/* Define to 1 if you can safely include both and . */ -#define TIME_WITH_SYS_TIME 1 - /* Define if you want CGRAPH */ #define WITH_CGRAPH 1 -- 2.40.0