This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=6a22037c2234f68cdd25a79b676d7a1536fe5519

commit 6a22037c2234f68cdd25a79b676d7a1536fe5519
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Wed Mar 20 00:42:49 2024 +0100

    build: Do not check for functions used unconditionally
    
    We expect these functions to be present as we are using them
    unconditionally, so there is no point in checking for them.
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2bf54f88b..edd30c66c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,8 +210,6 @@ AC_CHECK_FUNCS([\
   lchown \
 ], [], [AC_MSG_ERROR([missing required function])])
 AC_CHECK_FUNCS([\
-  strtoimax \
-  isascii \
   setsid \
   getdtablesize \
   getprocs64 \

-- 
Dpkg.Org's dpkg

Reply via email to