From 9a8a158a2b7f2125e24dc387db49fe0c1c19d83c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 31 Aug 2013 04:19:53 +0000 Subject: [PATCH] build: Remove fnmatch, malloc, realloc tests. These cause more harm than good. When cross-compiling for the arm-based rpi, weird rpc_malloc link failures showed up. Removing the tests solves the problem. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9918743e..693dd13b 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,6 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL AC_SUBST(install_sh, [$INSTALL]) -AC_REPLACE_FNMATCH AC_HEADER_DIRENT AC_HEADER_STDC @@ -71,11 +70,9 @@ AC_TYPE_UINT64_T # Checks for library functions. AC_FUNC_FORK AC_PROG_GCC_TRADITIONAL -AC_FUNC_MALLOC AC_FUNC_MEMCMP AC_FUNC_MKTIME AC_FUNC_MMAP -AC_FUNC_REALLOC AC_FUNC_SELECT_ARGTYPES AC_FUNC_STAT AC_FUNC_STRFTIME -- 2.39.2