From 2b1a8b58289c250aeed74eb19209b6240e102a36 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 23 Aug 2010 10:32:17 +0000 Subject: [PATCH] build: don't check for unused functions and headers. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4643 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7f0c1147..c090ca73 100644 --- a/configure.ac +++ b/configure.ac @@ -295,7 +295,7 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS([ \ errno.h fcntl.h malloc.h stdlib.h \ inttypes.h string.h strings.h \ - sys/time.h unistd.h locale.h getopt.h sys/mman.h + sys/time.h unistd.h getopt.h sys/mman.h ]) dnl Checks for typedefs, structures, and compiler characteristics. @@ -310,8 +310,7 @@ AC_FUNC_STAT AC_FUNC_VPRINTF AC_CHECK_FUNCS([ \ getpass gettimeofday memset mkdir \ - strdup strerror setutent vsyslog \ - setlocale getopt_long \ + strdup strerror getopt_long \ strlcpy strlcat ]) AC_CHECK_SIZEOF(void *)