SIGN IN SIGN UP

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.
B
Benjamin Peterson committed
b1d1c422ccb9a1711c2d90660373edce9204adcb
Parent: 5b9299d
Committed by GitHub <noreply@github.com> on 9/24/2017, 7:08:40 PM