summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-12-14 09:19:26 +0100
committerWerner Lemberg <wl@gnu.org>2022-12-14 09:19:26 +0100
commit30d4863781d396f3987625cc03c0f7161c61e5e5 (patch)
tree2844d2d9b046efcb04ceec3c71e4e1904976cd91 /builds
parent26e9028f10657acefc801bb7d5276419963e60cb (diff)
downloadfreetype2-30d4863781d396f3987625cc03c0f7161c61e5e5.tar.gz
* builds/unix/configure.raw: Don't check for `memcpy` and `memmove`.
We expect a C99 compiler, and both functions are part of this standard.
Diffstat (limited to 'builds')
-rw-r--r--builds/unix/configure.raw3
1 files changed, 0 insertions, 3 deletions
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 886d50b6f..864eaf119 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