Commit
b35e1ec43e93 ("libelf: Fix out-of-bounds read in elf_getarsym
for unterminated symbol table") removed the last usage of rawmemchr
from the codebase so we no longer need to check for it.
* configure.ac: Remove rawmemchr AC_CHECK_DECLS.
Signed-off-by: Mark Wielaard <mark@klomp.org>
AS_IF([test "x$with_zstd_compress" = "xyes"],
[AC_DEFINE([USE_ZSTD_COMPRESS], [1], [zstd compression support])])
-AC_CHECK_DECLS([memrchr, rawmemchr],[],[],
+AC_CHECK_DECLS([memrchr],[],[],
[#define _GNU_SOURCE
#include <string.h>])
AC_CHECK_DECLS([powerof2],[],[],[#include <sys/param.h>])