summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-09-24 12:08:40 -0700
committerGitHub <noreply@github.com>2017-09-24 12:08:40 -0700
commitb1d1c422ccb9a1711c2d90660373edce9204adcb (patch)
tree444133c0b4497dc76f67c074396d000111d90066 /configure.ac
parent5b9299d8c72aeadccadd77e4b8132094ba9a1f96 (diff)
downloadcpython-git-b1d1c422ccb9a1711c2d90660373edce9204adcb.tar.gz
remove configure check for memmove (#3716)
Python requires C implementations provide memmove, so we shouldn't need to check for it. The only place using this configure check was expat, where we can simply always define HAVE_MEMMOVE.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 88ab6a1215..e90d05d1c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3684,9 +3684,6 @@ AC_CHECK_FUNCS(forkpty,,
)
)
-# Stuff for expat.
-AC_CHECK_FUNCS(memmove)
-
# check for long file support functions
AC_CHECK_FUNCS(fseek64 fseeko fstatvfs ftell64 ftello statvfs)