head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2003.01.22.16.49.34;	author des;	state dead;
branches;
next	1.1;

1.1
date	2003.01.22.01.51.14;	author des;	state Exp;
branches;
next	;


desc
@@


1.2
log
@The OpenPAM headers have been changed to #include <sys/types.h>, so this
is no longer necessary.
@
text
@--- configure.in.orig	Wed Jan 22 02:36:43 2003
+++ configure.in	Wed Jan 22 02:36:59 2003
@@@@ -32,7 +32,8 @@@@
 dnl Checks for various PAM constants
 AC_DEFUN(AC_CHECK_PAM_CONST,
 [AC_CACHE_CHECK(for $1, ac_cv_have_$1,
-AC_TRY_COMPILE([#include <security/pam_appl.h>],
+AC_TRY_COMPILE([#include <sys/types.h>
+#include <security/pam_appl.h>],
 [int i = $1], 
 [ac_cv_have_$1=yes], ac_cv_have_$1=no))
 if test "$ac_cv_have_$1" = yes; then
@


1.1
log
@Recent versions of OpenPAM require <sys/types.h> to be included before
<security/pam_appl.h>.  Make configure{,.in} do so.
@
text
@@

