aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-14 14:02:13 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-14 14:02:13 +0000
commit120eb7f75d271ccea49c4c06b36225844fef3bb5 (patch)
tree225a108234ba0d748939793d5e12ae00546607a1 /configure.in
parente82672100f75531c388d2c9d2f2e1cdd186f9873 (diff)
downloadlcd4linux-120eb7f75d271ccea49c4c06b36225844fef3bb5.tar.gz
re-bootstrapped
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@732 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--configure.in9
1 files changed, 6 insertions, 3 deletions
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