summaryrefslogtreecommitdiff
path: root/security/p5-Authen-PAM/files/patch-aa
blob: fcaeed56e47f995e25376a7340082b527b564409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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