(jm_CHECK_DECLS): Also check for memrchr.

This commit is contained in:
Jim Meyering 2000-10-21 10:36:32 +00:00
parent 6ab7032952
commit e46f105350

View File

@ -1,4 +1,4 @@
#serial 15
#serial 16
dnl This is just a wrapper function to encapsulate this kludge.
dnl Putting it in a separate file like this helps share it between
@ -55,6 +55,7 @@ AC_DEFUN(jm_CHECK_DECLS,
lseek,
malloc,
memchr,
memrchr,
nanosleep,
realloc,
stpcpy,