From fcfbe3dca06196d4c82cbc2bda9c99840dceca51 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 1 May 2014 20:41:47 +0200 Subject: Remove useless autoconf checks They can break compilation in some circumstances --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index c176d3f..ee36101 100644 --- a/configure.ac +++ b/configure.ac @@ -135,11 +135,6 @@ AC_LANG_POP([C++]) AM_CONDITIONAL([IS_GIT_REPO], [test -d '.git']) -# Checks for library functions. -# Commented to remove rpl_malloc linking error -#AC_FUNC_MALLOC -AC_FUNC_MEMCMP -AC_FUNC_REALLOC AC_TYPE_SIGNAL AC_CHECK_FUNCS([bzero floor ftime gettimeofday memset sqrt strchr strerror strtol]) -- cgit v1.2.3