Do not check for bcopy, memmove is always available

This commit is contained in:
Yevgen Muntyan 2007-04-06 11:29:39 -05:00
parent 88254c9e47
commit f0e4ededaf

View File

@ -102,7 +102,7 @@ fi
if test x$MOO_BUILD_PCRE = xyes; then
AC_C_CONST
AC_TYPE_SIZE_T
AC_CHECK_FUNCS(bcopy memmove strerror)
AC_CHECK_FUNCS(memmove strerror)
AC_DEFINE(NEWLINE, '\n', [The value of NEWLINE determines the newline character used in pcre])