diff options
author | rofl0r <retnyg@gmx.net> | 2013-08-16 07:32:32 +0200 |
---|---|---|
committer | rofl0r <retnyg@gmx.net> | 2013-08-16 07:32:35 +0200 |
commit | 167bc800b781a9434b35d304e0b53c8bd30d6b1a (patch) | |
tree | 98b0b3b7d37b030375fc16166de3ea52f5da546b | |
parent | 9b8ca4f5a942f7c6253777887f43a7ce603d428b (diff) |
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
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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( |