From 120eb7f75d271ccea49c4c06b36225844fef3bb5 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 14 Jan 2007 14:02:13 +0000 Subject: re-bootstrapped git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@732 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 33e3833..4acbd2a 100644 --- a/configure.in +++ b/configure.in @@ -111,25 +111,28 @@ AC_TYPE_SSIZE_T AC_HEADER_TIME AC_TYPE_UID_T + # Checks for library functions. AC_FUNC_CLOSEDIR_VOID AC_FUNC_ERROR_AT_LINE AC_FUNC_FORK -AC_PROG_GCC_TRADITIONAL # uClibc has no getloadavg() # AC_FUNC_GETLOADAVG sounds promising, but does not really work #AC_FUNC_GETLOADAVG -#removed for uClibc compatibility +AC_PROG_GCC_TRADITIONAL + +# removed for uClibc compatibility #AC_FUNC_MALLOC #AC_FUNC_REALLOC +AC_FUNC_SELECT_ARGTYPES AC_TYPE_SIGNAL AC_FUNC_STAT AC_FUNC_STRFTIME AC_FUNC_STRTOD -AC_CHECK_FUNCS([dup2 floor gethostbyname gettimeofday memset pow putenv regcomp socket sqrt strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr strstr strtol uname]) +AC_CHECK_FUNCS([dup2 floor gethostbyname gettimeofday memmove memset pow putenv regcomp select socket sqrt strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr strstr strtol strtoul uname]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- cgit v1.2.3