]> granicus.if.org Git - graphviz/commitdiff
Remove `AC_HEADER_TIME` from configure.ac
authorErwin Janssen <erwinjanssen@outlook.com>
Wed, 8 Feb 2017 17:14:10 +0000 (18:14 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 6 Mar 2017 10:12:55 +0000 (11:12 +0100)
This check is deprecated according to the official autoconf documentation,
it can safely be removed.

configure.ac
windows/include/config.h

index 31f3f1930417881a0cde6afcb6f1c75c4be8bc6d..4856562dbaa80a96bb24a74f6c7f6e76aa5c0e7d 100644 (file)
@@ -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
index c9fd60cf56112a9929ed88a297d1585e44ad7008..c023c8d2841bc0894084c7b796a594c1532c6e9e 100644 (file)
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-#define TIME_WITH_SYS_TIME 1
-
 /* Define if you want CGRAPH */
 #define WITH_CGRAPH 1