From 9fbc2dffb0219a7fab638edb6eca6fc1274a336b Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 8 Feb 2012 09:32:55 +0100 Subject: [PATCH] build-sys: remove unused function and header checks Signed-off-by: Sami Kerola --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index d3b298cd4..46b16e2aa 100644 --- a/configure.ac +++ b/configure.ac @@ -149,7 +149,6 @@ AC_CHECK_HEADERS( net/if.h \ net/if_dl.h \ netinet/in.h \ - rpcsvc/nfs_prot.h \ stdlib.h \ asm/io.h \ sys/disk.h \ @@ -169,7 +168,6 @@ AC_CHECK_HEADERS( sys/stat.h \ sys/types.h \ sys/un.h \ - sys/user.h \ sys/swap.h \ sys/resource.h \ security/pam_misc.h \ @@ -247,14 +245,12 @@ AC_CHECK_DECL([lseek64], #include ]) AC_CHECK_FUNCS( - [inet_aton \ + [\ err \ errx \ futimens \ - fstat64 \ fsync \ getdomainname \ - get_current_dir_name \ usleep \ nanosleep \ personality \