We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da85bc commit 8768fd5Copy full SHA for 8768fd5
configure.ac
@@ -37,6 +37,7 @@ if ! test "x$ac_cv_type_size_t" = xyes; then
37
fi
38
39
# Checks for library functions.
40
+# TODO: switch to using AC_CHECK_FUNC calls and use their ACTION-IF-NOT-FOUND
41
AC_CHECK_FUNCS([memset strchr strerror strtol mmap munmap])
42
if ! test "x$ac_cv_func_memset" = xyes; then
43
AC_MSG_ERROR([memset is required])
0 commit comments