summaryrefslogtreecommitdiffstats
path: root/server/external/pam.m4
diff options
context:
space:
mode:
Diffstat (limited to 'server/external/pam.m4')
-rw-r--r--server/external/pam.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/server/external/pam.m4 b/server/external/pam.m4
deleted file mode 100644
index 40c8fd0dc..000000000
--- a/server/external/pam.m4
+++ /dev/null
@@ -1,6 +0,0 @@
-AC_SUBST(PAM_LIBS)
-
-AC_CHECK_HEADERS([security/pam_appl.h security/pam_misc.h security/pam_modules.h],
- [AC_CHECK_LIB(pam, pam_get_item, [ PAM_LIBS="-lpam" ], [AC_MSG_ERROR([PAM must support pam_get_item])])],
- [AC_MSG_ERROR([PAM development libraries not installed])]
-)