summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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