aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-10-11 16:03:45 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-10-11 16:03:45 +0200
commit8aff34fa0c23fa9822dd860fbead8518e4bfeaea (patch)
tree6915e5b7d7e4d011ce72ab8c6dbbe1312ad002bd
parent23af73b176afb453c2cea7371551f6bfa912ff06 (diff)
downloadembedlog-8aff34fa0c23fa9822dd860fbead8518e4bfeaea.tar.gz
embedlog-8aff34fa0c23fa9822dd860fbead8518e4bfeaea.tar.bz2
embedlog-8aff34fa0c23fa9822dd860fbead8518e4bfeaea.zip
remove check for memcpy, it is useless and breaks clang sanitizer
that is bug in clang.
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 664e67c..17dca12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -274,8 +274,6 @@ AS_IF([test "x$enable_binary_logs" = "xyes"],
AS_IF([test "x$enable_out_file" = "xyes"],
[
AC_DEFINE([ENABLE_BINARY_LOGS], [1], [Enable printing binary logs])
- AC_CHECK_FUNCS([memcpy],,
- AC_MSG_ERROR(not found, needed by --enable-binary-logs))
],
# else
[