diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-08-26 18:37:11 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-08-26 18:37:52 -0400 |
commit | e0ea928821376fc993589065def5b5761f8c3ee3 (patch) | |
tree | 5ca12b501dca85a9c21318751454b1700b6450d1 | |
parent | d5e3a2466f627f177aead0275b9da01d300f26bf (diff) | |
parent | 167bc800b781a9434b35d304e0b53c8bd30d6b1a (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.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-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( |