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

2018-08-28 Thread Allan McRae
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


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

2018-08-19 Thread Dave Reisner
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