aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-27 15:30:15 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-27 15:30:15 +0000
commit27cbbfe1b7e241b2cb678caf992c5fd1ec8bc10b (patch)
treee7891cbb84f94c102fb7bd2545a1168f58e7af52 /configure.ac
parentaaf0e433317374ee564582c75389389b60fd7b27 (diff)
downloadpam-modules-27cbbfe1b7e241b2cb678caf992c5fd1ec8bc10b.tar.gz
pam-modules-27cbbfe1b7e241b2cb678caf992c5fd1ec8bc10b.tar.bz2
Avoid gcc warnings
git-svn-id: file:///svnroot/pam-modules/trunk@106 56984be4-0537-0410-a56c-fcb268c96130
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b2e919c..8bed075 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,8 @@ AC_HEADER_STDC
AC_CHECK_HEADERS(security/pam_appl.h security/pam_modules.h,
:,
AC_MSG_ERROR([Required PAM header files not found]))
-AC_CHECK_HEADERS(fcntl.h syslog.h unistd.h crypt.h security/_pam_aconf.h termios.h)
+AC_CHECK_HEADERS(fcntl.h syslog.h unistd.h crypt.h security/_pam_aconf.h \
+ security/pam_misc.h termios.h)
AC_CHECK_HEADER(shadow.h,
[],
[build_fshadow=no])

Return to:

Send suggestions and report system problems to the System administrator.