diff options
| author | Sam Varshavchik | 2022-03-13 21:10:44 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2022-04-16 19:59:47 -0400 |
| commit | 867cce4e32e7e64651887664724aa7f06566cb4b (patch) | |
| tree | 8cd198902ea0c51ca955e1bc60d4756008c74818 /imap/configure.ac | |
| parent | a86c03a704830534340347f0f4438e32fdb8ea50 (diff) | |
| download | courier-libs-867cce4e32e7e64651887664724aa7f06566cb4b.tar.bz2 | |
all: scripts to create installable *.deb packages.
Diffstat (limited to 'imap/configure.ac')
| -rw-r--r-- | imap/configure.ac | 6 |
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 |
