From: Sami Kerola Date: Wed, 8 Feb 2012 08:32:55 +0000 (+0100) Subject: build-sys: remove unused function and header checks X-Git-Tag: v2.22-rc1~744 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fbc2dffb0219a7fab638edb6eca6fc1274a336b;p=thirdparty%2Futil-linux.git build-sys: remove unused function and header checks Signed-off-by: Sami Kerola --- diff --git a/configure.ac b/configure.ac index d3b298cd49..46b16e2aab 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 \