summaryrefslogtreecommitdiff
path: root/security/mate-keyring/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/mate-keyring/files/patch-configure.ac')
-rw-r--r--security/mate-keyring/files/patch-configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/mate-keyring/files/patch-configure.ac b/security/mate-keyring/files/patch-configure.ac
deleted file mode 100644
index fcd5bab38705..000000000000
--- a/security/mate-keyring/files/patch-configure.ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac.orig 2013-03-24 01:28:30.000000000 -0500
-+++ configure.ac 2013-03-24 01:29:26.000000000 -0500
-@@ -284,7 +284,7 @@
-
- pam_status="no"
- if test "$enable_pam" != "no"; then
-- AC_CHECK_HEADERS(security/pam_modules.h pam/pam_modules.h, [have_pam=yes; break], have_pam=no)
-+ AC_CHECK_HEADERS(security/pam_modules.h, [have_pam=yes; break], have_pam=no)
- if test "$enable_pam" = "yes" -a "$have_pam" = "no"; then
- AC_MSG_ERROR(The PAM headers are missing)
- elif test "$have_pam" = "yes"; then