From 167bc800b781a9434b35d304e0b53c8bd30d6b1a Mon Sep 17 00:00:00 2001 From: rofl0r Date: Fri, 16 Aug 2013 07:32:32 +0200 Subject: configure.ac: remove check for mktime mktime is not used anywhere in the code, and the stock configure check for mktime invokes UB, so lets just remove it. closes #71 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 166b7d7f9f..270eba699c 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,6 @@ AC_FUNC_FSEEKO AC_FUNC_GETGROUPS AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_HEADER_MAJOR -AC_FUNC_MKTIME AC_FUNC_MMAP AC_CHECK_FUNCS( -- cgit v1.2.3-54-g00ecf