From cc99c400f322a44f1878f5fb32273c2e2ee860a7 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Tue, 17 Aug 2004 00:53:03 +0000 Subject: [PATCH] Added check for . --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f9430e60e..ed5aee2cf 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,8 @@ esac AC_PROG_INSTALL AC_CHECK_HEADERS([unistd.h string.h memory.h grp.h limits.h malloc.h \ stdlib.h termios.h utime.h fcntl.h pwd.h sys/statfs.h sys/time.h \ - sys/timeb.h sys/select.h sys/ioctl.h stropts.h arpa/inet.h]) + sys/timeb.h sys/select.h sys/ioctl.h stropts.h arpa/inet.h \ + security/pam_misc.h]) AC_HEADER_TIME AC_HEADER_SYS_WAIT