From c74237ad3cbd1974ae70f1a8d0d5d2cfe4d7b446 Mon Sep 17 00:00:00 2001 From: Steve Underwood Date: Wed, 25 Nov 2015 23:21:48 +0800 Subject: [PATCH] Added AC_FUNC_MEMMOVE test to spandsp --- libs/spandsp/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/spandsp/configure.ac b/libs/spandsp/configure.ac index fa0c1c0607..16d6d247a4 100644 --- a/libs/spandsp/configure.ac +++ b/libs/spandsp/configure.ac @@ -151,6 +151,7 @@ AC_ARG_ENABLE(builtin_tiff, AC_FUNC_ERROR_AT_LINE AC_FUNC_VPRINTF AC_FUNC_MEMCMP +AC_FUNC_MEMMOVE if test "${ax_cv_c_compiler_vendor}" = "gnu" then AC_FUNC_REALLOC