diff options
Diffstat (limited to 'sqwebmail/configure.ac')
| -rw-r--r-- | sqwebmail/configure.ac | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sqwebmail/configure.ac b/sqwebmail/configure.ac index 1f5e2dc..d23672a 100644 --- a/sqwebmail/configure.ac +++ b/sqwebmail/configure.ac @@ -98,7 +98,7 @@ fi AC_ARG_WITH(ispell, [ --without-ispell Do not compile ispell support --with-ispell=prog Pathname to ispell (if not in default path)], - ispell="$withval", [ AC_PATH_PROGS(ispell, ispell aspell, N, $LPATH) ] ) + ispell="$withval", [ AC_PATH_PROGS(ispell, aspell ispell, N, $LPATH) ] ) case $ispell in "/"*) @@ -458,6 +458,12 @@ then fi fi +if test -f /etc/pam.d/common-auth +then + cp -f $srcdir/sqwebmail-common.pamconf webmail.authpam +fi + + AC_ARG_WITH(mailuser, [], mailuser="$withval", AC_MSG_ERROR(--with-mailuser missing)) AC_ARG_WITH(mailgroup, [], mailgroup="$withval", |
