From: Andre Noll Date: Sat, 31 Aug 2013 04:19:53 +0000 (+0000) Subject: build: Remove fnmatch, malloc, realloc tests. X-Git-Tag: v0.5.1~1^2~59 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9a8a158a2b7f2125e24dc387db49fe0c1c19d83c 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. --- 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