[pacman-dev] [PATCH 2/3] Remove unused checks for strcoll and mktime

Dave Reisner dreisner at archlinux.org
Sun Aug 19 21:43:01 UTC 2018


We don't use these.
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

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 \
-- 
2.18.0


More information about the pacman-dev mailing list