From 36038fb1263c64a58b439e43a19d9d164d366601 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 19 Jul 2022 20:42:51 +0100 Subject: Remove fallback implementation of strtoll(), strtoull() We now require a (mostly-)C99 compiler, which guarantees the presence of these functions. Signed-off-by: Simon McVittie --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e4b75e42..73ca1d23 100644 --- a/configure.ac +++ b/configure.ac @@ -403,8 +403,6 @@ setlocale setresuid setrlimit socketpair -strtoll -strtoull unsetenv usleep ]) -- cgit v1.2.1