check for stdint.h and remove checks for pam stuff

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2475 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2005-08-09 21:13:50 +00:00
parent 3da0e1b8cd
commit 86ad1a7c2b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ dnl Automatically update the libtool script if it becomes out-of-date.
dnl Checks for header files.
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([errno.h fcntl.h malloc.h stdlib.h string.h strings.h sys/time.h unistd.h locale.h getopt.h dlfcn.h utmp.h security/pam_appl.h security/_pam_macros.h pam/pam_appl.h pam/_pam_macros.h])
AC_CHECK_HEADERS([errno.h fcntl.h malloc.h stdlib.h stdint.h string.h strings.h sys/time.h unistd.h locale.h getopt.h dlfcn.h utmp.h])
AC_CHECK_HEADERS([zlib.h],[LIBS="$LIBS -lz"])