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
This commit is contained in:
martin 2010-08-23 10:32:17 +00:00
parent c235f93cff
commit 2b1a8b5828
1 changed files with 2 additions and 3 deletions

View File

@ -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 *)