Commit 30d4863781d396f3987625cc03c0f7161c61e5e5

Werner Lemberg 2022-12-14T09:19:26

* builds/unix/configure.raw: Don't check for `memcpy` and `memmove`. We expect a C99 compiler, and both functions are part of this standard.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 886d50b..864eaf1 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -163,9 +163,6 @@ fi
 AC_SUBST([FTSYS_SRC])
 
 
-AC_CHECK_FUNCS([memcpy memmove])
-
-
 # get compiler flags right
 #
 #   We try to make the compiler work for C99-strict source.  Even if the