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

Allan McRae allan at archlinux.org
Wed Aug 29 04:08:30 UTC 2018


On 20/08/18 07:43, Dave Reisner wrote:
> 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 \
> 

I remember strcoll going, but no idea when we used mktime!

Thanks,
A


More information about the pacman-dev mailing list