(jm_CHECK_DECLS): Also check for memrchr.
authorJim Meyering <jim@meyering.net>
Sat, 21 Oct 2000 10:36:32 +0000 (10:36 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 21 Oct 2000 10:36:32 +0000 (10:36 +0000)
m4/check-decl.m4

index 94d9a8f..a556047 100644 (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,