From 9fde55c0c71f473d32fb638eb4f251041e3b3ffa Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 19 Aug 2018 17:43:01 -0400 Subject: Remove unused checks for strcoll and mktime We don't use these. Signed-off-by: Allan McRae --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5ca5bdd0..a569ffeb 100644 --- a/configure.ac +++ b/configure.ac @@ -329,8 +329,6 @@ PATH_MAX_DEFINED AC_FUNC_FORK AC_FUNC_GETMNTENT AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK -AC_FUNC_MKTIME -AC_FUNC_STRCOLL AC_CHECK_FUNCS([dup2 getcwd getmntinfo gettimeofday memmove memset \ mkdir realpath regcomp rmdir setenv setlocale strcasecmp \ strchr strcspn strdup strerror strndup strnlen strrchr \ -- cgit v1.2.3-54-g00ecf