freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 30d486378: * builds/unix/configure.raw: Don't check f


From: Werner Lemberg
Subject: [freetype2] master 30d486378: * builds/unix/configure.raw: Don't check for `memcpy` and `memmove`.
Date: Wed, 14 Dec 2022 03:20:59 -0500 (EST)

branch: master
commit 30d4863781d396f3987625cc03c0f7161c61e5e5
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    * builds/unix/configure.raw: Don't check for `memcpy` and `memmove`.
    
    We expect a C99 compiler, and both functions are part of this standard.
---
 builds/unix/configure.raw | 3 ---
 1 file changed, 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]