build: Do not check for memcpy()
commit4c586e34404b1b6a4f4030a09dbe67ee68b3ead9
authorGuillem Jover <guillem@debian.org>
Tue, 19 Mar 2024 23:40:49 +0000 (20 00:40 +0100)
committerGuillem Jover <guillem@debian.org>
Tue, 19 Mar 2024 23:46:49 +0000 (20 00:46 +0100)
tree9163db09d9bec79a8d795ccf2a8a5da3113ca5ed
parent2eb48ad0cf05815698e61f59d47847040e6f98ce
build: Do not check for memcpy()

This function should be present already in C89 and we require C99 now.
In addition it was causing configure failures when building with
«-Werror».

Reported-by: Simon Richter <sjr@debian.org>
configure.ac