From 24b5ad69a4b0e26fbe01c5dfa47643e7795e2158 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 13 Jan 2013 23:10:48 +0100 Subject: [PATCH] configure: dump checks for standard headers/functions As Jan puts it: I would simply direct users to read the compiler error message. That enhances (hopefully) both their knowledge on compiling, and reduces the walltime configure runs. Make it so! :-) Signed-off-by: "Yann E. MORIN" Cc: Jan Engelhardt --- configure.ac | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/configure.ac b/configure.ac index e035b37..1fef677 100644 --- a/configure.ac +++ b/configure.ac @@ -215,23 +215,6 @@ AC_SUBST([AM_LFLAGS], ["-L -P zconf"]) AC_PROG_YACC AC_SUBST([AM_YFLAGS], ["-t -l -p zconf"]) -#---------------------------------------- -# Check for standard headers -AC_HEADER_STDC -AC_HEADER_STDBOOL -AC_CHECK_HEADERS([ fcntl.h limits.h locale.h ]) -AC_CHECK_HEADERS([ stdlib.h string.h sys/time.h unistd.h ]) -AC_TYPE_SIZE_T - -#---------------------------------------- -# Checks for library functions. -AC_FUNC_MALLOC -AC_FUNC_REALLOC -AC_FUNC_ALLOCA -AC_CHECK_FUNCS([ bzero memmove memset ]) -AC_CHECK_FUNCS([ strcasecmp strchr strcspn strdup strncasecmp strpbrk strrchr strspn strtol ]) -AC_CHECK_FUNCS([ gettimeofday mkdir regcomp setlocale uname ]) - #---------------------------------------- # Check for gettext, for the kconfig frontends [has_gettext="$enable_L10n"] -- 2.39.5