aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-05-11 14:24:42 +0300
committerLasse Collin <lasse.collin@tukaani.org>2008-05-11 14:24:42 +0300
commited6664146fcbe9cc4a3b23b31632182ed812ea93 (patch)
tree310b89627cfb627574090d64b0e9b016c3a4b78e /configure.ac
parentImproved C99 compiler detection in configure.ac. It will (diff)
downloadxz-ed6664146fcbe9cc4a3b23b31632182ed812ea93.tar.xz
Remove support for pre-C89 libc versions that lack memcpy,
memmove, and memset.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d2abfa6..eae62c2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -444,7 +444,7 @@ gl_GETOPT
# Functions that are not mandatory i.e. we have alternatives for them
# or we can just drop some functionality:
-AC_CHECK_FUNCS([memcpy memmove memset futimes futimesat])
+AC_CHECK_FUNCS([futimes futimesat])
# Check how to find out the amount of physical memory in the system. The
# lzma command line tool uses this to automatically limits its memory usage.