summaryrefslogtreecommitdiffstats
path: root/imap/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'imap/configure.ac')
-rw-r--r--imap/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/imap/configure.ac b/imap/configure.ac
index 2931cf3..7d02802 100644
--- a/imap/configure.ac
+++ b/imap/configure.ac
@@ -318,6 +318,12 @@ then
fi
fi
+if test -f /etc/pam.d/common-auth
+then
+ cp $srcdir/common.authpam imapd.pam
+ cp $srcdir/common.authpam pop3d.pam
+fi
+
AM_CONDITIONAL(HAVE_SGML, test -d ${srcdir}/../docbook)
# This gets built by the make rule, and is not in the git repo