]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Added AC_FUNC_MEMMOVE test to spandsp
authorSteve Underwood <steveu@coppice.org>
Wed, 25 Nov 2015 15:21:48 +0000 (23:21 +0800)
committerSteve Underwood <steveu@coppice.org>
Wed, 25 Nov 2015 15:21:48 +0000 (23:21 +0800)
libs/spandsp/configure.ac

index fa0c1c0607b423ed59f449c6b9bc43d2890b3bf2..16d6d247a425d4f9a06108094ae8642381f4403d 100644 (file)
@@ -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