Skip to content

Commit 8768fd5

Browse files
committed
configure.ac: add a TODO
1 parent 7da85bc commit 8768fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if ! test "x$ac_cv_type_size_t" = xyes; then
3737
fi
3838

3939
# Checks for library functions.
40+
# TODO: switch to using AC_CHECK_FUNC calls and use their ACTION-IF-NOT-FOUND
4041
AC_CHECK_FUNCS([memset strchr strerror strtol mmap munmap])
4142
if ! test "x$ac_cv_func_memset" = xyes; then
4243
AC_MSG_ERROR([memset is required])

0 commit comments

Comments
 (0)