diff options
Diffstat (limited to 'security/p5-Authen-PAM/files/patch-aa')
-rw-r--r-- | security/p5-Authen-PAM/files/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/p5-Authen-PAM/files/patch-aa b/security/p5-Authen-PAM/files/patch-aa deleted file mode 100644 index fcaeed56e47f..000000000000 --- a/security/p5-Authen-PAM/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 |