From f1f77653e002c0460698667ee81ed6d210aff94f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 8 Sep 2011 03:40:26 +0000 Subject: removes some basic checks that succeed on most systems anyway and which cause problems for the uClibc folks. Closes #3204565. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 871f8939..d32fbb0f 100644 --- a/configure.ac +++ b/configure.ac @@ -35,8 +35,6 @@ AC_TYPE_UID_T # Checks for library functions. AC_FUNC_CLOSEDIR_VOID -AC_FUNC_MALLOC -AC_FUNC_REALLOC AC_TYPE_SIGNAL AC_FUNC_STAT AC_CHECK_FUNCS([memmove strncasecmp strstr strdup]) -- cgit v1.2.3