From 90b59c4aeeabf47ea0977872e982fac515e47e32 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 20 Mar 2022 18:01:24 -0400 Subject: main: Replace strtol() calls with sscanf() --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 335b927..bd957da 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ if test x"${tests}" = x'yes'; then AC_DEFINE([ENABLE_TESTS], [1], [Define to 1 to include test suite support]) AC_CHECK_FUNCS( - [strtol], + [sscanf], [], [AC_MSG_ERROR([required functions are missing])]) else -- cgit v0.9.1